k43D/hass/configuration.yml
2023-07-29 16:13:47 +02:00

71 lines
1.5 KiB
YAML

default_config:
http:
trusted_proxies:
- "10.233.0.0/16"
use_x_forwarded_for: true
frontend:
themes: !include_dir_merge_named themes
tts:
- platform: google_translate
recorder:
db_url: mysql://hass:Ier9Xi6toaquah1ohto3@galera-mariadb-galera/hass?charset=utf8mb4
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
rflink:
host: 192.168.86.128
port: 20000
#
light:
- platform: rflink
automatic_add: true
device_defaults:
fire_event: true
signal_repetitions: 5
devices:
newkaku_01a3770e_1:
name: schemerlamp
type: switchable
ansluta_6cf2_0:
name: boekenkast
type: hybrid
sensor:
- platform: rflink
automatic_add: true
- platform: saj
name: inverter
host: 10.111.222.145
mqtt:
light:
- schema: json
name: Keuken spotjes
command_topic: "zigbee2mqtt/keuken_leds/set"
state_topic: "zigbee2mqtt/keuken_leds"
color_temp: true
brightness: true
- schema: json
name: Woonkamer spotjes
command_topic: "zigbee2mqtt/woonkamer_plafond/set"
state_topic: "zigbee2mqtt/woonkamer_plafond"
color_temp: true
brightness: true
sensor:
- name: "Shelly sensor state"
state_topic: "shellies/shellydw-FABA15/sensor/state"
- name: "Lux"
state_topic: "shellies/shellydw-FABA15/sensor/lux"
- name: "Shelly sensor battery"
state_topic: "shellies/shellydw-FABA15/sensor/battery"
unit_of_measurement: "%"