config

 avatar
unknown
yaml
2 years ago
2.8 kB
9
Indexable
#                 ##    ##  #######  ##    ## ######## ####  ######                     #
#                 ##   ##  ##     ## ###   ## ##        ##  ##    ##                    #
#                 ##  ##   ##     ## ####  ## ##        ##  ##                          #
#                 #####    ##     ## ## ## ## ######    ##  ##   ####                   #
#                 ##  ##   ##     ## ##  #### ##        ##  ##    ##                    #
#                 ##   ##  ##     ## ##   ### ##        ##  ##    ##                    #
#                 ##    ##  #######  ##    ## ##       ####  ######                     #

#########################################################################################
#---------------------------------------------------------------------------------------#
##-------------------------------  Hauptkonfiguration ---------------------------------##
#---------------------------------------------------------------------------------------#
#########################################################################################

#-----------------------------------------------------------  
# Inkludierte Dateien
#-----------------------------------------------------------

# Ordner Zugriffsberechtigungen Extern/Intern
#homeassistant:
  #allowlist_external_dirs:
    #- /config/sensor
    #- /config/template

#sensor: !include_dir_list sensor
#template: !include_dir_list template

#-----------------------------------------------------------  
# Müll-Kalender
#-----------------------------------------------------------
waste_collection_schedule:
  sources:
    - name: ics
      args:
        file: "www/muell/Muell.ics"

sensor: !include "config/sensor/muell/Leichtmüllabholung.yaml"
sensor: !include "sensor/muell/Nächste Abholung.yaml"

#-----------------------------------------------------------  
# Influxdb
#-----------------------------------------------------------

influxdb:
  username: xxxxxxx
  password: xxxxxxx
  tags:
    source: HA
  tags_attributes:
    - friendly_name
  default_measurement: state
  exclude:
    entities:
      - zone.home
    domains:
      - persistent_notification
      - person
  include:
    domains:
      - sensor
      - binary_sensor
      - sun
      - light
      - cover
    entities:
      - weather.home

#-----------------------------------------------------------  
# Infnotify.events
notify_events:
  token: xxxxxx

sensor: !include  sensor/notify.events/notify_events.yaml

#-----------------------------------------------------------


# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

# Text-to-speech
tts:
  - platform: google_translate

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
Editor is loading...
Leave a Comment