mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Make lock default code a password field (#18722)
This commit is contained in:
parent
2afd2788e2
commit
31a93d360d
@ -536,6 +536,7 @@ export class EntityRegistrySettingsEditor extends LitElement {
|
||||
.label=${this.hass.localize(
|
||||
"ui.dialogs.entity_registry.editor.default_code"
|
||||
)}
|
||||
type="password"
|
||||
.invalid=${invalidDefaultCode}
|
||||
.disabled=${this.disabled}
|
||||
@input=${this._defaultcodeChanged}
|
||||
|
Loading…
x
Reference in New Issue
Block a user