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

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
__pycache__
/env
/out
config.toml

View file

@ -10,5 +10,5 @@ secondary_entities = [
[homeassistant.mqtt]
username = "oin"
password = "n+Bi58l7LxbH5nEJ"
password = ""
host = "homeassistant.local"