Fix template include loading
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ cover:
|
||||
# Modular Includes
|
||||
##################################################
|
||||
|
||||
template: !include_dir_merge_named include/templates/
|
||||
template: !include_dir_merge_list include/templates/
|
||||
group: !include_dir_merge_named include/groups/
|
||||
sensor: !include_dir_merge_list include/sensors/
|
||||
automation: !include_dir_merge_list include/automations/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
sensor:
|
||||
- sensor:
|
||||
- name: "claus_distance_home"
|
||||
unit_of_measurement: m
|
||||
state: >
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
sensor:
|
||||
- sensor:
|
||||
- name: "Dishwasher Next Start Compact"
|
||||
unique_id: dishwasher_next_start_compact
|
||||
state: >
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
binary_sensor:
|
||||
- binary_sensor:
|
||||
- name: "Family Presence"
|
||||
unique_id: family_presence
|
||||
device_class: presence
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
sensor:
|
||||
- sensor:
|
||||
- name: "Batteri (%)"
|
||||
unique_id: snowywhite_battery_numeric
|
||||
unit_of_measurement: "%"
|
||||
|
||||
Reference in New Issue
Block a user