Move main config to config.toml
This commit is contained in:
parent
477cc99247
commit
119feee5e5
3 changed files with 42 additions and 12 deletions
12
config.toml
12
config.toml
|
|
@ -1,4 +1,14 @@
|
|||
[mqtt]
|
||||
[logging]
|
||||
level = "DEBUG"
|
||||
|
||||
[homeassistant]
|
||||
entity = "climate.chaudiere"
|
||||
secondary_entities = [
|
||||
"sensor.esptic_tempo",
|
||||
"sensor.rte_tempo_prochaine_couleur",
|
||||
]
|
||||
|
||||
[homeassistant.mqtt]
|
||||
username = "oin"
|
||||
password = "n+Bi58l7LxbH5nEJ"
|
||||
host = "homeassistant.local"
|
||||
|
|
|
|||
Reference in a new issue