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 elevation: 250 # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones time_zone: America/Los_Angeles # unit_system: imperial # customize: !include_dir_merge_named customizations http: api_password: !secret api_password server_port: 8123 ssl_certificate: /home/pi/ssl/chain ssl_key: /home/pi/ssl/key trusted_networks: # - 127.0.0.1 # - ::1 - 192.168.1.0/24 - 2605:e000:1417:40e2::/64 zone: name: Home latitude: !secret latitude longitude: !secret longitude radius: 30 icon: mdi:home # Checks for available updates updater: reporting: no include_used_components: false # Enables the frontend frontend: javascript_version: latest # Set recorder options recorder: purge_interval: 1 purge_keep_days: 90 db_url: !secret mysql_recorder # Enables support for tracking state changes over time. history: # Discover some devices automatically discovery: ignore: - apple_tv - samsung_tv # Logging settings logger: default: warn # default logging level logs: homeassistant.components.device_tracker.asuswrt: error # suppress IPv6-related warnings; see https://github.com/home-assistant/home-assistant/issues/2814 homeassistant.components.sensor.rest: debug # to aid debugging locks homeassistant.helpers.entity: fatal # Hue bridge throws lots of errors # View all events in a logbook logbook: # Track the sun sun: # Notifications notify: !include notifications.yaml # SmartThings Bridge mqtt: broker: localhost # Components hue: bridges: !include hue.yaml media_player: !include media-player.yaml switch: !include switches.yaml sensor: !include_dir_list sensors binary_sensor: !include_dir_list binary-sensors device_tracker: !include device-tracker.yaml alarm_control_panel: !include alarm-control-panel.yaml wemo: !include wemo.yaml weblink: !include weblinks.yaml panel_iframe: !include panels-iframe.yaml apcupsd: google_assistant: !include google-assistant.yaml # Display group: !include groups.yaml # Automation scene: !include_dir_list scenes script: !include scripts.yaml shell_command: !include shell_commands.yaml automation: !include_dir_list automations # Controls input_select: !include input-selects.yaml input_number: !include input-numbers.yaml # VPS hosts linode: access_token: !secret linode1 digital_ocean: access_token: !secret digital_ocean vultr: api_key: !secret vultr