mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 14:56:37 +00:00
Do not display quality scale for custom integrations (#26006)
This commit is contained in:
parent
0fbd430594
commit
49099223d3
@ -432,7 +432,8 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
|||||||
)}
|
)}
|
||||||
</div>`
|
</div>`
|
||||||
: nothing}
|
: nothing}
|
||||||
${this._manifest?.quality_scale &&
|
${this._manifest?.is_built_in &&
|
||||||
|
this._manifest.quality_scale &&
|
||||||
Object.keys(QUALITY_SCALE_MAP).includes(
|
Object.keys(QUALITY_SCALE_MAP).includes(
|
||||||
this._manifest.quality_scale
|
this._manifest.quality_scale
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user