Change supportsStop to supportsStopTilt (#8153)

This commit is contained in:
Mick Vleeshouwer 2021-01-14 12:24:26 +01:00 committed by GitHub
parent b565a8b8f7
commit fd2df92000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ class HaCoverTiltControls extends LitElement {
></ha-icon-button>
<ha-icon-button
class=${classMap({
invisible: !this._entityObj.supportsStop,
invisible: !this._entityObj.supportsStopTilt,
})}
label=${this.hass.localize("ui.dialogs.more_info_control.stop_cover")}
icon="hass:stop"