Cleared out all of the Entity_ID breaking Changes. #876

This commit is contained in:
ccostan
2020-09-17 20:34:57 -04:00
parent 2219e82166
commit c2c26fec1c
6 changed files with 1 additions and 29 deletions

View File

@@ -14,7 +14,6 @@ sensor:
sensors:
floorplan_date:
friendly_name: 'Date'
entity_id: []
value_template: >-
{{now().strftime("%A")}}, {{now().strftime("%B")}} {{now().strftime("%d")}}
@@ -23,12 +22,10 @@ sensor:
sensors:
floorplan_time:
friendly_name: 'Time'
entity_id: []
value_template: >-
{{now().strftime("%-I")}}:{{now().strftime("%M")}} {{now().strftime("%p")}}
clock_time:
friendly_name: 'Clock Time'
entity_id: []
value_template: >-
{{now().strftime("%-I")}}:{{now().strftime("%M")}}
@@ -37,16 +34,13 @@ sensor:
sensors:
clock_am_pm:
friendly_name: 'AM/PM'
entity_id: []
value_template: >-
{{now().strftime("%p")}}
clock_day:
friendly_name: 'Day'
entity_id: []
value_template: >-
{{now().strftime("%A")}}
clock_date:
friendly_name: 'Clock Date'
entity_id: []
value_template: >-
{{now().strftime("%B")}} {{now().strftime("%d")}} {{now().year}}