23 lines
594 B
YAML
23 lines
594 B
YAML
homeassistant:
|
|
# Load packages
|
|
packages: !include_dir_named integrations
|
|
media_dirs:
|
|
media: /media
|
|
|
|
# Configure a default setup of Home Assistant (frontend, api, etc)
|
|
default_config:
|
|
|
|
# Text to speech
|
|
tts:
|
|
- platform: google_translate
|
|
|
|
ios: # https://www.justiot.de/smart-home/anleitung-push-nachrichten-mit-home-assistant-unter-ios/
|
|
|
|
logger: # https://www.home-assistant.io/integrations/logger/
|
|
default: info
|
|
logs:
|
|
waste_collection_schedule: debug
|
|
homeassistant.components.script: debug
|
|
homeassistant.components.automation: debug
|
|
pyfritzhome.fritzhome: warning
|