mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +00:00
Fix a bug in cover more info card (#178)
Should have been `stop_cover_tilt` not `stop_cover`
This commit is contained in:
parent
d799d3a52e
commit
76016391e0
@ -116,7 +116,7 @@ Polymer({
|
||||
},
|
||||
|
||||
onStopTiltTap: function () {
|
||||
this.hass.serviceActions.callService('cover', 'stop_cover',
|
||||
this.hass.serviceActions.callService('cover', 'stop_cover_tilt',
|
||||
{ entity_id: this.stateObj.entityId });
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user