diff --git a/src/more-infos/more-info-cover.html b/src/more-infos/more-info-cover.html index 801000b77d..72d95b0d5b 100644 --- a/src/more-infos/more-info-cover.html +++ b/src/more-infos/more-info-cover.html @@ -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 }); }, });