Create config example
This commit is contained in:
parent
3706fd6ade
commit
91f74e3f95
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
__pycache__
|
__pycache__
|
||||||
/env
|
/env
|
||||||
/out
|
/out
|
||||||
|
config.toml
|
||||||
|
|
|
@ -10,5 +10,5 @@ secondary_entities = [
|
||||||
|
|
||||||
[homeassistant.mqtt]
|
[homeassistant.mqtt]
|
||||||
username = "oin"
|
username = "oin"
|
||||||
password = "n+Bi58l7LxbH5nEJ"
|
password = ""
|
||||||
host = "homeassistant.local"
|
host = "homeassistant.local"
|
Loading…
Reference in a new issue