mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Dont show options button for helpers that dont support it (#16089)
This commit is contained in:
parent
4c702ac7c2
commit
54f8d33b1f
@ -663,7 +663,7 @@ export class EntityRegistrySettings extends SubscribeMixin(LitElement) {
|
||||
)}
|
||||
</ha-select>`
|
||||
: ""}
|
||||
${this._helperConfigEntry
|
||||
${this._helperConfigEntry && this._helperConfigEntry.supports_options
|
||||
? html`
|
||||
<div class="row">
|
||||
<mwc-button
|
||||
|
Loading…
x
Reference in New Issue
Block a user