Moved stuff around to pass validation!
This commit is contained in:
parent
78ce01f19d
commit
3631a4259d
|
@ -5,9 +5,6 @@ homeassistant:
|
||||||
elevation: !secret homeassistant_elevation
|
elevation: !secret homeassistant_elevation
|
||||||
unit_system: imperial
|
unit_system: imperial
|
||||||
time_zone: America/New_York
|
time_zone: America/New_York
|
||||||
whitelist_external_dirs:
|
|
||||||
- /config/
|
|
||||||
|
|
||||||
customize: !include_dir_merge_named customize
|
customize: !include_dir_merge_named customize
|
||||||
customize_domain:
|
customize_domain:
|
||||||
automation:
|
automation:
|
||||||
|
@ -20,8 +17,9 @@ homeassistant:
|
||||||
scene.month_*_colors:
|
scene.month_*_colors:
|
||||||
hidden: true
|
hidden: true
|
||||||
homebridge_hidden: true
|
homebridge_hidden: true
|
||||||
|
|
||||||
packages: !include_dir_named packages
|
packages: !include_dir_named packages
|
||||||
|
whitelist_external_dirs:
|
||||||
|
- /config
|
||||||
|
|
||||||
influxdb:
|
influxdb:
|
||||||
host: 192.168.10.10
|
host: 192.168.10.10
|
||||||
|
|
Loading…
Reference in New Issue