Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- homeassistant:
- # # Name of the location where Home Assistant is running
- # name: Home
- # # Location required to calculate the time the sun rises and sets
- # latitude: !secret latitude
- # longitude: !secret longitude
- # # Impacts weather/sunrise data (altitude above sea level in meters)
- # elevation: 1319
- # # metric for Metric, imperial for Imperial
- # unit_system: imperial
- # # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- # time_zone: !secret time_zone
- #customize: customization.yaml
- packages: !include_dir_named packages
- customize: !include customize.yaml
- media_dirs:
- media: "/media"
- #Enables person tracking, setup through config UI
- person:
- logger:
- default: info
- logs:
- custom_components.almond_plus: debug
- WazeRouteCalculator.WazeRouteCalculator: error
- googleapiclient.discovery: error
- # custom_components.workday: debug
- # Show links to resources in log and frontend
- #introduction:
- # Enables the frontend
- frontend:
- themes: !include_dir_merge_named themes/
- # Enables configuration UI
- config:
- mobile_app:
- cloud:
- http:
- use_x_forwarded_for: true
- trusted_proxies:
- - 172.0.0.0/8
- # - 172.30.33.2 #IP Reverse_Proxy Nginx ADGuard
- # - 127.0.0.1 #IP Reverse_Proxy Nginx
- # - 172.30.33.0 #Not sure why, but was being blocked
- # - 172.30.33.6
- # - 172.30.33.7
- # Checks for available updates
- # Note: This component will send some information about your system to
- # the developers to assist with development of Home Assistant.
- # For more information, please see:
- # https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
- #Moved to UI 4/11/2022
- #updater:
- # Discover some devices automatically
- #discovery:
- # Allows you to issue voice commands from the frontend in enabled browsers
- conversation:
- # Enables support for tracking state changes over time.
- history:
- # View all events in a logbook
- logbook:
- # Track the sun
- sun:
- # # Example configuration.yaml entry
- # zwave:
- # usb_path: /dev/serial/by-id/usb-0658_0200-if00
- # network_key: !secret zwave_network_key
- python_script:
- # Text to speech
- tts:
- platform: google_translate
- automation: !include automations.yaml
- automation mine: !include_dir_merge_list automation/
- group: !include_dir_merge_named configuration/groups/
- #automation: !include_dir_merge_named configuration/automations/
- #sensor: !include_dir_merge_list configuration/sensors/
- #input_select: !include_dir_merge_named configuration/input_select/
- # lovelace:
- # mode: yaml
- recorder:
- exclude:
- domains:
- - weather
- entity_globs:
- - sensor.vacuum_*
- - automation.vacuum_*
- entities:
- - sensor.rest980
- - camera.roomba
- scene: !include scenes.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement