home-assistant-config/configuration.yaml

15 lines
360 B
YAML
Raw Normal View History

2021-07-11 22:34:52 -04:00
---
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
2021-07-11 21:59:45 -04:00
packages: !include_dir_named packages
2021-07-10 19:13:23 -04:00
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml