mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Support for disabled selectors in config flow (#22592)
* Support for disabled selectors in config flow * rename flag to readonly * rename to read_only * Merge branch 'dev' of https://github.com/home-assistant/frontend into disabled-fields-config-flow * rework for new backend * Fix disabled entity picker * no longer used type * Update src/dialogs/config-flow/step-flow-form.ts Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com> --------- Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
This commit is contained in:
@@ -386,6 +386,7 @@ export class HaEntityPicker extends LitElement {
|
||||
return html`
|
||||
<ha-generic-picker
|
||||
.hass=${this.hass}
|
||||
.disabled=${this.disabled}
|
||||
.autofocus=${this.autofocus}
|
||||
.allowCustomValue=${this.allowCustomEntity}
|
||||
.label=${this.label}
|
||||
|
||||
Reference in New Issue
Block a user