mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 04:46: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>
|
||||
</div>`
|
||||
: 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">
|
||||
<ha-tooltip
|
||||
.placement=${computeRTL(this.hass) ? "right" : "left"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user