Skip to content

Commit b874b1f

Browse files
gerard33rohankapoorcom
authored andcommitted
Change the service (home-assistant#8873)
Change the service to homeassistant.update_entity
1 parent 242c97f commit b874b1f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/_components/sensor.google_travel_time.markdown

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ You can also use the `homeassistant.update` service to update the sensor on-dema
160160
- thu
161161
- fri
162162
action:
163-
- service: homeassistant.update
164-
data:
165-
entity_id: sensor.morning_commute
163+
- service: homeassistant.update_entity
164+
entity_id: sensor.morning_commute
166165
```

0 commit comments

Comments
 (0)