Create config example

This commit is contained in:
Edgar P. Burkhart 2024-12-09 17:07:10 +01:00
parent 3706fd6ade
commit 91f74e3f95
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 2 additions and 1 deletions

14
config.example.toml Normal file
View 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"