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 - thu
- fri - fri
action: action:
- service: homeassistant.update - service: homeassistant.update_entity
data:
entity_id: sensor.morning_commute entity_id: sensor.morning_commute
``` ```