Update Energy Package
This commit is contained in:
@@ -535,17 +535,17 @@ automation:
|
|||||||
target:
|
target:
|
||||||
entity_id: select.daily_energy
|
entity_id: select.daily_energy
|
||||||
data:
|
data:
|
||||||
option: "{{ sensor.tou_period }}"
|
option: "{{ states('sensor.tou_period') }}"
|
||||||
|
|
||||||
- service: select.select_option
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: select.monthly_consumed
|
entity_id: select.monthly_consumed
|
||||||
data:
|
data:
|
||||||
option: "{{ sensor.tou_period }}"
|
option: "{{ states('sensor.tou_period') }}"
|
||||||
|
|
||||||
- service: select.select_option
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: select.yearly_consumed
|
entity_id: select.yearly_consumed
|
||||||
data:
|
data:
|
||||||
option: "{{ sensor.tou_period }}"
|
option: "{{ states('sensor.tou_period') }}"
|
||||||
|
|
||||||
|
|||||||
@@ -186,18 +186,18 @@ automation:
|
|||||||
target:
|
target:
|
||||||
entity_id: select.daily_energy
|
entity_id: select.daily_energy
|
||||||
data:
|
data:
|
||||||
option: "{{ sensor.tou_period }}"
|
option: "{{ states('sensor.tou_period') }}"
|
||||||
|
|
||||||
- service: select.select_option
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: select.monthly_consumed
|
entity_id: select.monthly_consumed
|
||||||
data:
|
data:
|
||||||
option: "{{ sensor.tou_period }}"
|
option: "{{ states('sensor.tou_period') }}"
|
||||||
|
|
||||||
- service: select.select_option
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: select.yearly_consumed
|
entity_id: select.yearly_consumed
|
||||||
data:
|
data:
|
||||||
option: "{{ sensor.tou_period }}"
|
option: "{{ states('sensor.tou_period') }}"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user