Update Energy Package

This commit is contained in:
2022-08-03 17:04:21 -07:00
parent 2cfe5288de
commit 4eaa6055b9
2 changed files with 6 additions and 6 deletions

View File

@@ -535,17 +535,17 @@ automation:
target:
entity_id: select.daily_energy
data:
option: "{{ sensor.tou_period }}"
option: "{{ states('sensor.tou_period') }}"
- service: select.select_option
target:
entity_id: select.monthly_consumed
data:
option: "{{ sensor.tou_period }}"
option: "{{ states('sensor.tou_period') }}"
- service: select.select_option
target:
entity_id: select.yearly_consumed
data:
option: "{{ sensor.tou_period }}"
option: "{{ states('sensor.tou_period') }}"

View File

@@ -186,18 +186,18 @@ automation:
target:
entity_id: select.daily_energy
data:
option: "{{ sensor.tou_period }}"
option: "{{ states('sensor.tou_period') }}"
- service: select.select_option
target:
entity_id: select.monthly_consumed
data:
option: "{{ sensor.tou_period }}"
option: "{{ states('sensor.tou_period') }}"
- service: select.select_option
target:
entity_id: select.yearly_consumed
data:
option: "{{ sensor.tou_period }}"
option: "{{ states('sensor.tou_period') }}"