|
@@ -14,9 +14,17 @@ recorder:
|
|
|
logger:
|
|
|
default: info
|
|
|
# logs:
|
|
|
+# homeassistant.components.mqtt: debug
|
|
|
+# logs:
|
|
|
# rflink: debug
|
|
|
# homeassistant.components.rflink: debug
|
|
|
history:
|
|
|
+system_health:
|
|
|
+
|
|
|
+http:
|
|
|
+ use_x_forwarded_for: true
|
|
|
+ trusted_proxies:
|
|
|
+ - 192.168.1.110
|
|
|
|
|
|
mqtt:
|
|
|
broker: hagaholm.ddns.net
|
|
@@ -32,6 +40,12 @@ rflink:
|
|
|
ignore_devices:
|
|
|
- newkaku_000001_01
|
|
|
|
|
|
+volvooncall:
|
|
|
+ username: thomas.chef@volvo.com
|
|
|
+ password: !secret voc_password
|
|
|
+ scandinavian_miles: true
|
|
|
+ mutable: false
|
|
|
+
|
|
|
|
|
|
binary_sensor:
|
|
|
- platform: rflink
|