1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- config:
- frontend:
- homeassistant:
- counter:
- logbook:
- notify:
- input_datetime:
- input_select:
- input_text:
- timer:
- recorder:
- purge_keep_days: 5
- db_url: mysql://hassio:hassiopassword@192.168.1.110/hass?charset=utf8
- logger:
- default: info
- # logs:
- # custom_components.philips_airpurifier_coap: debug
- # aioairctrl: debug
- #coap: debug
- # 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
- port: 1883
- pyscript:
- allow_all_imports: true
- rflink:
- host: 127.0.0.1
- port: 12345
- wait_for_ack: false
- ignore_devices:
- - newkaku_000001_01
- #volvooncall:
- # username: thomas.chef@volvo.com
- # password: !secret voc_password
- # scandinavian_miles: true
- # mutable: false
- binary_sensor:
- - platform: rflink
- devices:
- newkaku_02ddc7fa_4:
- name: Bedroom door raw sensor
- device_class: door
- force_update: true
- - platform: workday
- country: SE
- # Text to speech
- tts:
- - platform: google_translate
- switch: !include switches.yaml
- input_boolean: !include input_booleans.yaml
- input_number: !include input_numbers.yaml
- sensor: !include sensors.yaml
- light: !include lights.yaml
- group: !include groups.yaml
- automation: !include automations.yaml
- script: !include scripts.yaml
- scene: !include scenes.yaml
|