mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 22:06:34 +00:00
Don't show no config flow message when source = system (#24425)
dont show no config flow message when source = system
This commit is contained in:
parent
8848911b34
commit
3a1d371b0b
@ -186,7 +186,9 @@ export class HaIntegrationCard extends LitElement {
|
|||||||
</ha-tooltip>
|
</ha-tooltip>
|
||||||
</div>`
|
</div>`
|
||||||
: nothing}
|
: nothing}
|
||||||
${this.manifest && !this.manifest?.config_flow
|
${this.manifest &&
|
||||||
|
!this.manifest?.config_flow &&
|
||||||
|
!this.items.every((itm) => itm.source === "system")
|
||||||
? html`<div class="icon yaml">
|
? html`<div class="icon yaml">
|
||||||
<ha-tooltip
|
<ha-tooltip
|
||||||
.placement=${computeRTL(this.hass) ? "right" : "left"}
|
.placement=${computeRTL(this.hass) ? "right" : "left"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user