Explicación paso a paso del código
A continuación, se explica por secciones el archivo configurations.yaml
Default: Lo que viene por defecto al instalar Home Assistant
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Use SSL certificate to get httpS
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml