homeassistant/configuration.yaml

48 lines
1.5 KiB
YAML

### Main HA configuration file configuration.yaml ####
# Load all default integrations
# see https://www.home-assistant.io/integrations/default_config/
default_config:
###### additional integrations to load #######
# allow websocket access to HA, need for node code and nodered
websocket_api:
# mdns/zeroconf integrations are discoved
discovery:
# scripts made available in python_scripts/ directory
python_script:
# external notification services
notify: !include configs/notify.yaml
# global configs for default integrations
automation: !include configs/automations.yaml
sensor: !include configs/sensors.yaml
history: !include configs/recorder.yaml
# group: !include configs/groups.yaml
script: !include configs/scripts.yaml
# core backend yaml configuration via packages files
homeassistant:
# global customize settings
customize: !include configs/customize.yaml
# everything else is organized by files and subdirectories in packages/ directory
packages: !include_dir_named packages
######### lovelace (frontend) setup ################
frontend:
# make themes available in frontend user page
themes: !include_dir_merge_named themes
extra_module_url:
# see https://github.com/Villhellm/custom-sidebar and www/sidebar_order.yaml
- /hacsfiles/custom-sidebar/custom-sidebar.js
# see https://github.com/thomasloven/hass-browser_mod
# browser_mod:
#https://github.com/thomasloven/hass-lovelace_gen
# lovelace_gen:
lovelace:
mode: storage
# load additional yaml mode dashboards
dashboards: !include lovelace/dashboards.yaml