mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Remove the google travel time update service (#8749)
This commit is contained in:
parent
0deefbb31e
commit
d8dd6bc544
@ -139,7 +139,7 @@ sensor:
|
||||
|
||||
## {% linkable_title Updating sensors on-demand using Automation %}
|
||||
|
||||
You can also use the `sensor.google_travel_sensor_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` 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
|
||||
@ -160,7 +160,7 @@ You can also use the `sensor.google_travel_sensor_update` service to update the
|
||||
- thu
|
||||
- fri
|
||||
action:
|
||||
- service: sensor.google_travel_sensor_update
|
||||
- service: homeassistant.update
|
||||
data:
|
||||
entity_id: sensor.morning_commute
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user