Re-organized config.yaml to have all includes in the same place
This commit is contained in:
@ -6,6 +6,8 @@ homeassistant:
|
|||||||
# Configure a default setup of Home Assistant (frontend, api, etc)
|
# Configure a default setup of Home Assistant (frontend, api, etc)
|
||||||
default_config:
|
default_config:
|
||||||
|
|
||||||
|
# Includes
|
||||||
|
|
||||||
group: !include groups.yaml
|
group: !include groups.yaml
|
||||||
automation ui: !include automations.yaml
|
automation ui: !include automations.yaml
|
||||||
automation manual: !include_dir_merge_list automations
|
automation manual: !include_dir_merge_list automations
|
||||||
@ -23,6 +25,14 @@ input_select: !include input_select.yaml
|
|||||||
input_text: !include input_text.yaml
|
input_text: !include input_text.yaml
|
||||||
input_datetime: !include input_datetime.yaml
|
input_datetime: !include input_datetime.yaml
|
||||||
template: !include template.yaml
|
template: !include template.yaml
|
||||||
|
localtuya: !include localtuya.yaml
|
||||||
|
|
||||||
|
frontend:
|
||||||
|
themes: !include_dir_merge_named themes
|
||||||
|
extra_module_url:
|
||||||
|
- /hacsfiles/hass-hue-icons/hass-hue-icons.js
|
||||||
|
- /hacsfiles/hass-bha-icons/hass-bha-icons.js
|
||||||
|
javascript_version: latest
|
||||||
|
|
||||||
http:
|
http:
|
||||||
use_x_forwarded_for: true
|
use_x_forwarded_for: true
|
||||||
@ -95,13 +105,6 @@ light:
|
|||||||
- light.downstairs_bathroom_left
|
- light.downstairs_bathroom_left
|
||||||
- light.downstairs_bathroom_right
|
- light.downstairs_bathroom_right
|
||||||
|
|
||||||
frontend:
|
|
||||||
themes: !include_dir_merge_named themes
|
|
||||||
extra_module_url:
|
|
||||||
- /hacsfiles/hass-hue-icons/hass-hue-icons.js
|
|
||||||
- /hacsfiles/hass-bha-icons/hass-bha-icons.js
|
|
||||||
javascript_version: latest
|
|
||||||
|
|
||||||
calendar:
|
calendar:
|
||||||
- platform: caldav
|
- platform: caldav
|
||||||
username: !secret userIcloud
|
username: !secret userIcloud
|
||||||
@ -124,8 +127,6 @@ calendar:
|
|||||||
- name: 'Due This Week'
|
- name: 'Due This Week'
|
||||||
due_date_days: 7
|
due_date_days: 7
|
||||||
|
|
||||||
localtuya: !include localtuya.yaml
|
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
- platform: ios
|
- platform: ios
|
||||||
- name: all_ios
|
- name: all_ios
|
||||||
|
Reference in New Issue
Block a user