Change the service (#8873)

Change the service to homeassistant.update_entity
This commit is contained in:
Gerard 2019-03-09 10:40:13 +01:00 committed by Rohan Kapoor
parent 242c97fd83
commit b874b1f665

View File

@ -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
```