Full switch from fhem to homematic ccu + frontend cleanup
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
# Configure a default setup of Home Assistant (frontend, api, etc)
|
||||
#default_config:
|
||||
frontend:
|
||||
themes: !include_dir_merge_named themes
|
||||
|
||||
mobile_app:
|
||||
person:
|
||||
sun:
|
||||
@@ -18,7 +20,6 @@ timer:
|
||||
|
||||
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
|
||||
http:
|
||||
base_url: https://ha.bauer.tech
|
||||
use_x_forwarded_for: true
|
||||
trusted_proxies:
|
||||
192.168.178.80
|
||||
@@ -106,7 +107,6 @@ influxdb:
|
||||
|
||||
|
||||
ios:
|
||||
shopping_list:
|
||||
|
||||
|
||||
octoprint:
|
||||
@@ -262,13 +262,12 @@ long_click:
|
||||
- switch.eingang_szene_4
|
||||
- switch.eingang_szene_5
|
||||
|
||||
logger:
|
||||
default: info
|
||||
logs:
|
||||
custom_components.fhem: debug
|
||||
#custom_components: debug
|
||||
#custom_components.reconnecting_client: debug
|
||||
|
||||
#logger:
|
||||
# default: info
|
||||
# logs:
|
||||
# #custom_components: debug
|
||||
# #custom_components.reconnecting_client: debug
|
||||
#
|
||||
# Sensors
|
||||
#sensor:
|
||||
# Weather prediction
|
||||
@@ -476,11 +475,6 @@ homematic:
|
||||
username: homeassistant
|
||||
password: !secret homematic_pw
|
||||
|
||||
fhem:
|
||||
host: localhost
|
||||
port: 7072
|
||||
cul_device_name: CUL_HM
|
||||
|
||||
zwave:
|
||||
usb_path: /dev/serial/by-id/usb-0658_0200-if00
|
||||
network_key: "0xE0, 0x64, 0x50, 0x55, 0x20, 0x63, 0xC7, 0x05, 0x62, 0xD3, 0xEA, 0x91, 0x87, 0xE0, 0x1E, 0x74"
|
||||
|
||||
Reference in New Issue
Block a user