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