mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Dont show quality scale for custom integrations (#24783)
This commit is contained in:
parent
fb11c21518
commit
1cb71ed379
@ -399,7 +399,8 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-actions">
|
<div class="card-actions">
|
||||||
${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