14 lines
241 B
TOML
14 lines
241 B
TOML
[logging]
|
|
level = "INFO"
|
|
|
|
[homeassistant]
|
|
entity = "climate.chaudiere"
|
|
secondary_entities = [
|
|
"sensor.esptic_tempo",
|
|
"sensor.rte_tempo_prochaine_couleur",
|
|
]
|
|
|
|
[homeassistant.mqtt]
|
|
username = "oin"
|
|
password = ""
|
|
host = "homeassistant.local"
|