mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Add script hide picker again (#23512)
This commit is contained in:
parent
4686808e53
commit
700690474c
@ -89,7 +89,7 @@ export class HaServiceControl extends LitElement {
|
|||||||
@property({ attribute: "show-advanced", type: Boolean }) public showAdvanced =
|
@property({ attribute: "show-advanced", type: Boolean }) public showAdvanced =
|
||||||
false;
|
false;
|
||||||
|
|
||||||
@property({ attribute: false, type: Boolean, reflect: true })
|
@property({ attribute: "hide-picker", type: Boolean, reflect: true })
|
||||||
public hidePicker = false;
|
public hidePicker = false;
|
||||||
|
|
||||||
@property({ attribute: "hide-description", type: Boolean })
|
@property({ attribute: "hide-description", type: Boolean })
|
||||||
|
@ -99,6 +99,7 @@ class MoreInfoScript extends LitElement {
|
|||||||
${this.hass.localize("ui.card.script.run_script")}
|
${this.hass.localize("ui.card.script.run_script")}
|
||||||
</div>
|
</div>
|
||||||
<ha-service-control
|
<ha-service-control
|
||||||
|
hide-picker
|
||||||
hide-description
|
hide-description
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
.value=${this._scriptData}
|
.value=${this._scriptData}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user