123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- 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:
- # rflink: debug
- # homeassistant.components.rflink: debug
- history:
- 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
- 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
|