diff --git a/.gitignore b/.gitignore index 1dab207..00cb8bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__ /env /out +config.toml diff --git a/config.toml b/config.example.toml similarity index 88% rename from config.toml rename to config.example.toml index c3b6e80..9e66e7a 100644 --- a/config.toml +++ b/config.example.toml @@ -10,5 +10,5 @@ secondary_entities = [ [homeassistant.mqtt] username = "oin" -password = "n+Bi58l7LxbH5nEJ" +password = "" host = "homeassistant.local"