From 9754da2f18d3e9068f24f6fdca3eceef26ee7e9a Mon Sep 17 00:00:00 2001 From: Martin Bauer Date: Fri, 17 Jan 2020 21:32:47 +0100 Subject: [PATCH] Config updates - updated vacuum token - small other fixes --- config_creation/manual_config.yaml | 10 ++++++++-- config_creation/secrets.yaml | 2 +- config_creation/secrets_development.yaml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/config_creation/manual_config.yaml b/config_creation/manual_config.yaml index 537976c..d97281c 100644 --- a/config_creation/manual_config.yaml +++ b/config_creation/manual_config.yaml @@ -3,8 +3,8 @@ default_config: # Uncomment this if you are using SSL/TLS, running in Docker container, etc. - http: - base_url: https://ha.bauer.tech +http: + base_url: https://ha.bauer.tech # Discover some devices automatically #discovery: @@ -59,6 +59,12 @@ homekit: history: + exclude: + domains: + - automation + - updater + - scene + ios: shopping_list: diff --git a/config_creation/secrets.yaml b/config_creation/secrets.yaml index ae37a8d..df66936 100644 --- a/config_creation/secrets.yaml +++ b/config_creation/secrets.yaml @@ -1,4 +1,4 @@ -vacuum_token: 6c66584642704d785675795747464977 +vacuum_token: 326f4572454b4458507a306e7248446b watson_api_key: X_tnnoaZGOwxZlqUn07wkD2G-0vaaAuOw6I6d_6jpCf7 telegram_token: 824902906:AAHKLyNuEX_Sd_r0S-3jiZ-OPnlWnO8XSeM telegram_chatid_martin: 747324122 diff --git a/config_creation/secrets_development.yaml b/config_creation/secrets_development.yaml index e994fd1..74a588b 100644 --- a/config_creation/secrets_development.yaml +++ b/config_creation/secrets_development.yaml @@ -1,3 +1,3 @@ local_ip: 192.168.178.78 -knxd_host: server #directly the network bridge: 192.168.178.65 +knxd_host: 192.168.178.80 #directly the network bridge: 192.168.178.65 homekit_name: BauerHomeDev