mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Update energyzero.markdown (#36742)
Fix two minor errors in the prices sensor template example.
This commit is contained in:
parent
53d81805d0
commit
e164dd7b1b
@ -151,10 +151,10 @@ To use the response data from the actions, you can create a template sensor that
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
template:
|
template:
|
||||||
- triggers:
|
- trigger:
|
||||||
- trigger: time_pattern
|
- trigger: time_pattern
|
||||||
hours: "*"
|
hours: "*"
|
||||||
actions:
|
action:
|
||||||
- action: energyzero.get_energy_prices
|
- action: energyzero.get_energy_prices
|
||||||
response_variable: prices
|
response_variable: prices
|
||||||
data:
|
data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user