mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-07 17:36:35 +00:00
Remove icon-set validation from customize (#1286)
we could set to hass or mdi but the use could still use a custom set
This commit is contained in:
parent
b43b34263e
commit
75e3f1f37b
@ -18,7 +18,7 @@ class HaCustomizeIcon extends PolymerElement {
|
||||
}
|
||||
</style>
|
||||
<iron-icon class="icon-image" icon="[[item.value]]"></iron-icon>
|
||||
<paper-input auto-validate="" pattern="(hass:.*)?" error-message="Must start with 'hass:'" disabled="[[item.secondary]]" label="icon" value="{{item.value}}">
|
||||
<paper-input disabled="[[item.secondary]]" label="icon" value="{{item.value}}">
|
||||
</paper-input>
|
||||
`;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user