mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +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>`
|
</ha-select>`
|
||||||
: ""}
|
: ""}
|
||||||
${this._helperConfigEntry
|
${this._helperConfigEntry && this._helperConfigEntry.supports_options
|
||||||
? html`
|
? html`
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<mwc-button
|
<mwc-button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user