Update Energy Package
This commit is contained in:
@@ -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') }}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user