mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Correct entities in tariff switching automation (#22278)
This commit is contained in:
parent
5c801bfa14
commit
dde3c0ae74
@ -202,12 +202,12 @@ automation:
|
|||||||
action:
|
action:
|
||||||
- service: select.select_option
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: utility_meter.daily_energy
|
entity_id: select.daily_energy
|
||||||
data:
|
data:
|
||||||
option: "{{ tariff }}"
|
option: "{{ tariff }}"
|
||||||
- service: select.select_option
|
- service: select.select_option
|
||||||
target:
|
target:
|
||||||
entity_id: utility_meter.monthly_energy
|
entity_id: select.monthly_energy
|
||||||
data:
|
data:
|
||||||
option: "{{ tariff }}"
|
option: "{{ tariff }}"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user