Integratie Home Assistant
group: !include_dir_merge_named groups/
script: !include scripts.yaml
sensor: !include_dir_merge_list sensors/
switch: !include_dir_merge_list switches/
light: !include_dir_merge_list lights/
camera: !include_dir_merge_list cameras/
mqtt:
broker: <ip-adres-MQTT-broker>
port: 1883
client_id: HassIO
keepalive: 60
username: <user name>
password: <password>

Last updated
Was this helpful?