Fix a bug in cover more info card (#178)

Should have been `stop_cover_tilt` not `stop_cover`
This commit is contained in:
Robbie Trencheny 2017-01-20 22:02:33 -08:00 committed by Paulus Schoutsen
parent d799d3a52e
commit 76016391e0

View File

@ -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 });
},
});