mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Clean up updater remains (#19501)
This commit is contained in:
parent
55a5739e77
commit
69139b35e1
@ -18,7 +18,6 @@ import {
|
||||
mdiChatSleep,
|
||||
mdiClipboardList,
|
||||
mdiClock,
|
||||
mdiCloudUpload,
|
||||
mdiCog,
|
||||
mdiCommentAlert,
|
||||
mdiCounter,
|
||||
@ -127,7 +126,6 @@ export const FIXED_DOMAIN_ICONS = {
|
||||
time: mdiClock,
|
||||
timer: mdiTimerOutline,
|
||||
tts: mdiSpeakerMessage,
|
||||
updater: mdiCloudUpload,
|
||||
vacuum: mdiRobotVacuum,
|
||||
wake_word: mdiChatSleep,
|
||||
weather: mdiWeatherPartlyCloudy,
|
||||
|
@ -174,7 +174,6 @@ export class HaStateLabelBadge extends LitElement {
|
||||
case "scene":
|
||||
case "sun":
|
||||
case "timer":
|
||||
case "updater":
|
||||
return null;
|
||||
// @ts-expect-error we don't break and go to default
|
||||
case "sensor":
|
||||
@ -208,7 +207,6 @@ export class HaStateLabelBadge extends LitElement {
|
||||
case "alarm_control_panel":
|
||||
case "binary_sensor":
|
||||
case "device_tracker":
|
||||
case "updater":
|
||||
case "person":
|
||||
case "scene":
|
||||
case "sun":
|
||||
@ -285,8 +283,7 @@ export class HaStateLabelBadge extends LitElement {
|
||||
--ha-label-badge-label-text-transform: none;
|
||||
}
|
||||
|
||||
ha-label-badge.binary_sensor,
|
||||
ha-label-badge.updater {
|
||||
ha-label-badge.binary_sensor {
|
||||
--ha-label-badge-color: var(--label-badge-blue);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user