102 lines
1.8 KiB
YAML
102 lines
1.8 KiB
YAML
|
|
# Configure a default setup of Home Assistant (frontend, api, etc)
|
|
default_config:
|
|
|
|
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
|
|
# http:
|
|
# base_url: example.duckdns.org:8123
|
|
|
|
# Discover some devices automatically
|
|
#discovery:
|
|
|
|
homeassistant:
|
|
name: MyHome
|
|
latitude: 49.369477
|
|
longitude: 10.9831468
|
|
auth_mfa_modules:
|
|
- type: totp
|
|
|
|
customize:
|
|
cover.arbeitszimmer_martin_rollo:
|
|
half_position: 16
|
|
cover.arbeitszimmer_rebecca_rollo:
|
|
half_position: 16
|
|
cover.schlafzimmer_rollo_gross:
|
|
half_position: 16
|
|
cover.schlafzimmer_rollo_klein:
|
|
half_position: 16
|
|
|
|
cover.esszimmer_fenster_rollo:
|
|
half_position: 25
|
|
cover.kuche_fenster_rollo:
|
|
half_position: 25
|
|
cover.wohnzimmer_fenster_rollo:
|
|
half_position: 25
|
|
cover.wohnzimmer_terrassentur_rollo:
|
|
half_position: 25
|
|
|
|
|
|
# Custom stuff
|
|
dimmer:
|
|
cover_half:
|
|
|
|
|
|
#logger:
|
|
# default: info
|
|
# logs:
|
|
# xknx.telegram: debug
|
|
# xknx.knx: debug
|
|
|
|
# Sensors
|
|
#sensor:
|
|
# Weather prediction
|
|
# - platform: yr
|
|
|
|
tts:
|
|
- platform: watson_tts
|
|
watson_apikey: !secret watson_api_key
|
|
watson_url: https://gateway-lon.watsonplatform.net/text-to-speech/api
|
|
voice: de-DE_BirgitVoice
|
|
output_format: audio/flac
|
|
output_audio_rate: 44100
|
|
|
|
|
|
knx:
|
|
rate_limit: 20
|
|
tunneling:
|
|
host: !secret knxd_host
|
|
port: 3671
|
|
local_ip: !secret local_ip
|
|
|
|
|
|
fhem:
|
|
host: server
|
|
port: 7072
|
|
cul_device_name: CUL_HM
|
|
|
|
|
|
lirc_network:
|
|
- host: kitchenpi
|
|
port: 2222
|
|
- host: bedroompi
|
|
port: 2222
|
|
|
|
|
|
media_player:
|
|
- platform: squeezebox_telnet
|
|
host: server
|
|
- platform: denonavr
|
|
host: avreceiver
|
|
|
|
|
|
vacuum:
|
|
- platform: xiaomi_miio
|
|
host: rockrobo
|
|
token: !secret vacuum_token
|
|
|
|
|
|
group: !include groups.yaml
|
|
automation: !include automations.yaml
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|