home-assistant-config/configuration.yaml

18 lines
479 B
YAML
Raw Normal View History

2021-07-11 22:34:52 -04:00
---
2023-03-19 18:23:50 -04:00
# Base configuration.
2021-07-11 21:59:45 -04:00
homeassistant:
name: nerdhaus
latitude: !secret home_latititude
longitude: !secret home_longitude
elevation: !secret home_elevation
unit_system: metric
2021-07-11 22:34:52 -04:00
time_zone: America/Toronto
2022-12-07 16:40:31 -05:00
country: CA
2022-10-17 22:30:43 -04:00
external_url: "https://hass.nerdhaus.ca"
2021-07-11 21:59:45 -04:00
packages: !include_dir_named packages
2021-07-10 19:13:23 -04:00
automation: !include automations.yaml
2021-09-25 22:22:57 -04:00
automation manual: !include_dir_merge_list automations/
2024-07-19 16:14:43 -04:00
script: !include_dir_merge_named scripts/
2021-07-10 19:13:23 -04:00
scene: !include scenes.yaml