home-assistant-config/configuration.yaml
2021-09-25 22:22:57 -04:00

16 lines
416 B
YAML

---
homeassistant:
name: nerdhaus
latitude: !secret home_latititude
longitude: !secret home_longitude
elevation: !secret home_elevation
unit_system: metric
time_zone: America/Toronto
packages: !include_dir_named packages
group: !include groups.yaml
automation: !include automations.yaml
automation manual: !include_dir_merge_list automations/
script: !include scripts.yaml
scene: !include scenes.yaml