Create config example
This commit is contained in:
parent
3706fd6ade
commit
91f74e3f95
2 changed files with 2 additions and 1 deletions
14
config.example.toml
Normal file
14
config.example.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[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"
|
Reference in a new issue