From 91f74e3f953751ac170255d410825a4ce93e0b9a Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Mon, 9 Dec 2024 17:07:10 +0100 Subject: [PATCH] Create config example --- .gitignore | 1 + config.toml => config.example.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename config.toml => config.example.toml (88%) 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"