Refactor main application structure; move main logic to __main__.py and add example configuration file
This commit is contained in:
parent
d827788da1
commit
b46e0dbad1
4 changed files with 96 additions and 0 deletions
4
config.example.toml
Normal file
4
config.example.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
host ="homeassistant.local"
|
||||
port = 1883
|
||||
username = "hasspy"
|
||||
password = "password"
|
Loading…
Add table
Add a link
Reference in a new issue