30 lines
582 B
YAML
30 lines
582 B
YAML
# Loads default set of integrations. Do not remove.
|
|
#default_config:
|
|
|
|
# frontend:
|
|
# themes: !include_dir_merge_named themes
|
|
|
|
# Text to speech
|
|
# tts:
|
|
# - platform: picotts
|
|
|
|
#automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
sensor: !include sensor.yaml
|
|
|
|
# evohome:
|
|
# username: "willem@oldemans.nl"
|
|
# password: !secret Evohome
|
|
|
|
# template: !include weathermanTemplate.yaml
|
|
|
|
homeassistant:
|
|
#packages: !include_dir_named packages/
|
|
packages: !include_dir_named "integrations"
|
|
|
|
#iframes
|
|
# panel_iframe:
|
|
# !include iframes.yaml
|
|
|