oin/config.example.toml

15 lines
241 B
TOML
Raw Normal View History

2024-12-08 11:17:25 +01:00
[logging]
2024-12-09 16:18:19 +01:00
level = "INFO"
2024-12-08 11:17:25 +01:00
[homeassistant]
entity = "climate.chaudiere"
secondary_entities = [
"sensor.esptic_tempo",
"sensor.rte_tempo_prochaine_couleur",
]
[homeassistant.mqtt]
2024-12-08 10:43:31 +01:00
username = "oin"
2024-12-09 17:07:10 +01:00
password = ""
2024-12-08 10:43:31 +01:00
host = "homeassistant.local"