diff --git a/source/_components/sensor.google_travel_time.markdown b/source/_components/sensor.google_travel_time.markdown index 4439d4ebe71..1a299384d64 100644 --- a/source/_components/sensor.google_travel_time.markdown +++ b/source/_components/sensor.google_travel_time.markdown @@ -160,7 +160,6 @@ You can also use the `homeassistant.update` service to update the sensor on-dema - thu - fri action: - - service: homeassistant.update - data: - entity_id: sensor.morning_commute + - service: homeassistant.update_entity + entity_id: sensor.morning_commute ```