Files
N22/configuration.yaml
T

78 lines
1.8 KiB
YAML
Executable File

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
language: 'da'
base_url: !secret tts_base_url
homeassistant:
name: !secret name
external_url: "https://anneclaus.duckdns.org:8123"
internal_url: "http://dethlefsen:8123"
auth_providers:
- type: homeassistant
customize: !include_dir_merge_named customize
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
elevation: !secret homeassistant_elevation
unit_system: metric
time_zone: Europe/Copenhagen
# media_dirs:
# music: /Volumes/music
# video: /Volumes/video
# photo: /Volumes/photo
## ########################################
## Spotify
## ########################################
# Example configuration.yaml entry
spotify:
client_id: !secret spotify_id
client_secret: !secret spotify_secret
## ########################################
## Sonoff (HACS)
## ########################################
sonoff:
username: !secret sonoff_username
password: !secret sonoff_password
default_class: light
reload: always
## ########################################
## Garbage collection (HACS)
## ########################################
garbage_collection: !include include/garbage/garbage.yaml
## ########################################
## Miele (HACS)
## ########################################
#miele:
# client_id: !secret miele_clientid
# client_secret: !secret miele_secret
# lang: en
## ########################################
## Roth touchline
## ########################################
climate:
- platform: touchline
host: !secret touchlineIP
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml