Maybe a Fault that I don see ?!?!
My configuration.yaml:
Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
customize: !include customize.yaml
Text to speech
tts:
- platform: google_translate
frontend:
themes: !include_dir_merge_named themes
#Sonoff Integration
sonoff:
username:
password:
scan_interval: 60
grace_period: 600
api_region: ‘eu’
entity_prefix: True #(optional)
debug: False #(optional)
#Telegram Bot Integration
telegram_bot:
-
platform: polling
api_key:
allowed_chat_ids:
#influxdb Integration
influxdb:
host: 192.168.0.100
port: 8086
database: homeassistant
username:
password:
ssl: false
verify_ssl: false
max_retries: 3
default_measurement: state
include:
domains:
- sensor
- binary_sensor
#MQTT Server
mqtt:
broker: http://homeassistant.local
username: "
password: "
#Alexa Integration
alexa_media:
accounts:
- email:
password:
url:
#Emulierte Hue Bridge für ConBee2 Stick zur Alexa Integration
emulated_hue:
listen_port: 80"