Config updates
- updated vacuum token - small other fixes
This commit is contained in:
parent
9cf319eb2d
commit
9754da2f18
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue