mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix label for cover button mode (#16791)
This commit is contained in:
parent
b0a278df97
commit
7b8f4d1e72
@ -195,7 +195,7 @@ class MoreInfoCover extends LitElement {
|
|||||||
<ha-icon-button
|
<ha-icon-button
|
||||||
.label=${this.hass.localize(
|
.label=${this.hass.localize(
|
||||||
`ui.dialogs.more_info_control.cover.switch_mode.${
|
`ui.dialogs.more_info_control.cover.switch_mode.${
|
||||||
this._mode || "position"
|
this._mode === "position" ? "button" : "position"
|
||||||
}`
|
}`
|
||||||
)}
|
)}
|
||||||
.path=${this._mode === "position"
|
.path=${this._mode === "position"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user