|
|
|
system_health:
|
|
|
|
history:
|
|
|
|
discovery:
|
|
|
|
sun:
|
|
|
|
config:
|
|
|
|
mobile_app:
|
|
|
|
|
|
|
|
http:
|
|
|
|
base_url: https://hassio:8123
|
|
|
|
ssl_certificate: /ssl/fullchain.pem
|
|
|
|
ssl_key: /ssl/privkey.pem
|
|
|
|
|
|
|
|
recorder:
|
|
|
|
exclude:
|
|
|
|
domains:
|
|
|
|
- automation
|
|
|
|
- binary_sensor
|
|
|
|
- person
|
|
|
|
|
|
|
|
input_boolean:
|
|
|
|
zigbee_permit_join:
|
|
|
|
name: Allow new devices to join ZigBee
|
|
|
|
initial: off
|
|
|
|
icon: mdi:cellphone-wireless
|
|
|
|
|
|
|
|
timer:
|
|
|
|
zigbee_permit_join:
|
|
|
|
name: Time remaining to join ZigBee
|
|
|
|
duration: 600 # Updated this to the number of seconds you wish
|
|
|
|
|
|
|
|
group: !include groups.yaml
|
|
|
|
sensor: !include_dir_merge_list sensors
|
|
|
|
switch: !include_dir_merge_list switches
|
|
|
|
light: !include_dir_merge_list lights
|
|
|
|
automation: !include_dir_merge_list automations
|
|
|
|
scene: !include_dir_merge_list scenes
|
|
|
|
|
|
|
|
hacs:
|
|
|
|
sidepanel_title: Hacs Store
|
|
|
|
sidepanel_icon: mdi:store
|
|
|
|
token: 6bf2b1f782d1739eae8f3b52a5266bc259898e55
|
|
|
|
|
|
|
|
frontend:
|
|
|
|
javascript_version: latest
|
|
|
|
|
|
|
|
lovelace:
|
|
|
|
mode: yaml
|