27 lines
602 B
YAML
27 lines
602 B
YAML
homeassistant:
|
|
packages: !include_dir_named packages/
|
|
|
|
# Configure a default setup of Home Assistant (frontend, api, etc)
|
|
default_config:
|
|
|
|
# Text to speech
|
|
tts:
|
|
- platform: google_translate
|
|
|
|
group: !include groups.yaml
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
#sensor: !include sensors.yaml
|
|
#switch: !include switches.yaml
|
|
#influxdb: !include influxdb.yaml
|
|
template: !include templates.yaml
|
|
|
|
# Example configuration.yaml entry for the HTTP component
|
|
http:
|
|
server_port: 443
|
|
ssl_certificate: /ssl/fullchain.pem
|
|
ssl_key: /ssl/privkey.pem
|
|
|
|
|