15 lines
360 B
YAML
15 lines
360 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
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|