mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
wrong service name
typo
This commit is contained in:
parent
8243768218
commit
c141516913
@ -139,7 +139,7 @@ sensor:
|
||||
|
||||
## {% linkable_title Updating sensors on-demand using Automation %}
|
||||
|
||||
You can also use the `homeassistant.update` service to update the sensor on-demand. For example, if you want to update `sensor.morning_commute` every 2 minutes on weekday mornings, you can use the following automation:
|
||||
You can also use the `homeassistant.update_entity` service to update the sensor on-demand. For example, if you want to update `sensor.morning_commute` every 2 minutes on weekday mornings, you can use the following automation:
|
||||
|
||||
```yaml
|
||||
- id: update_morning_commute_sensor
|
||||
|
Loading…
x
Reference in New Issue
Block a user