diff --git a/config_creation/main.py b/config_creation/main.py index 8ce9fe3..625d991 100644 --- a/config_creation/main.py +++ b/config_creation/main.py @@ -6,6 +6,7 @@ import knx_conf as knx script_path = os.path.dirname(os.path.realpath(__file__)) yaml = YAML() +yaml.preserve_quotes = True def add_knx_devices(devices, groups): diff --git a/config_creation/manual_config.yaml b/config_creation/manual_config.yaml index 94772db..529075a 100644 --- a/config_creation/manual_config.yaml +++ b/config_creation/manual_config.yaml @@ -53,7 +53,23 @@ homekit: filter: include_domains: - scene - + + +recorder: +history: +ios: + + +telegram_bot: + - platform: polling + api_key: !secret telegram_token + allowed_chat_ids: + - !secret telegram_chatid_martin + +notify: + - name: telegram_martin + platform: telegram + chat_id: !secret telegram_chatid_martin # Custom stuff diff --git a/config_creation/secrets.yaml b/config_creation/secrets.yaml index 2d3998e..3cf81d7 100644 --- a/config_creation/secrets.yaml +++ b/config_creation/secrets.yaml @@ -1,2 +1,4 @@ vacuum_token: 515a69497537766d4f7a38756b4b654d watson_api_key: X_tnnoaZGOwxZlqUn07wkD2G-0vaaAuOw6I6d_6jpCf7 +telegram_token: 824902906:AAHKLyNuEX_Sd_r0S-3jiZ-OPnlWnO8XSeM +telegram_chatid_martin: 747324122