mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Dont show internal quality scale (#25921)
dont show internal quality scale
This commit is contained in:
parent
eb9359e9e1
commit
551035238f
@ -1,5 +1,4 @@
|
|||||||
import { mdiContentSave, mdiMedal, mdiTrophy } from "@mdi/js";
|
import { mdiContentSave, mdiMedal, mdiTrophy } from "@mdi/js";
|
||||||
import { mdiHomeAssistant } from "../resources/home-assistant-logo-svg";
|
|
||||||
import type { LocalizeKeys } from "../common/translations/localize";
|
import type { LocalizeKeys } from "../common/translations/localize";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -26,11 +25,6 @@ export const QUALITY_SCALE_MAP: Record<
|
|||||||
translationKey:
|
translationKey:
|
||||||
"ui.panel.config.integrations.config_entry.platinum_quality",
|
"ui.panel.config.integrations.config_entry.platinum_quality",
|
||||||
},
|
},
|
||||||
internal: {
|
|
||||||
icon: mdiHomeAssistant,
|
|
||||||
translationKey:
|
|
||||||
"ui.panel.config.integrations.config_entry.internal_integration",
|
|
||||||
},
|
|
||||||
legacy: {
|
legacy: {
|
||||||
icon: mdiContentSave,
|
icon: mdiContentSave,
|
||||||
translationKey:
|
translationKey:
|
||||||
|
@ -1008,9 +1008,6 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
|||||||
ha-svg-icon.platinum-quality {
|
ha-svg-icon.platinum-quality {
|
||||||
color: #727272;
|
color: #727272;
|
||||||
}
|
}
|
||||||
ha-svg-icon.internal-quality {
|
|
||||||
color: var(--primary-color);
|
|
||||||
}
|
|
||||||
ha-svg-icon.legacy-quality {
|
ha-svg-icon.legacy-quality {
|
||||||
color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
|
color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
|
||||||
animation: unset;
|
animation: unset;
|
||||||
|
@ -5433,7 +5433,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"custom_integration": "Custom integration",
|
"custom_integration": "Custom integration",
|
||||||
"internal_integration": "Internal integration",
|
|
||||||
"legacy_integration": "Legacy integration",
|
"legacy_integration": "Legacy integration",
|
||||||
"custom_overwrites_core": "Custom integration that replaces a core component",
|
"custom_overwrites_core": "Custom integration that replaces a core component",
|
||||||
"depends_on_cloud": "Requires Internet",
|
"depends_on_cloud": "Requires Internet",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user