Correct entities in tariff switching automation (#22278)

This commit is contained in:
sOckhamSter 2022-04-07 11:03:37 +01:00 committed by GitHub
parent 5c801bfa14
commit dde3c0ae74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}"
``` ```