Skip to content

Commit

Permalink
Clean up updater remains (#19501)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 21, 2024
1 parent 55a5739 commit 69139b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions src/common/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import {
mdiChatSleep,
mdiClipboardList,
mdiClock,
mdiCloudUpload,
mdiCog,
mdiCommentAlert,
mdiCounter,
Expand Down Expand Up @@ -127,7 +126,6 @@ export const FIXED_DOMAIN_ICONS = {
time: mdiClock,
timer: mdiTimerOutline,
tts: mdiSpeakerMessage,
updater: mdiCloudUpload,
vacuum: mdiRobotVacuum,
wake_word: mdiChatSleep,
weather: mdiWeatherPartlyCloudy,
Expand Down
5 changes: 1 addition & 4 deletions src/components/entity/ha-state-label-badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down Expand Up @@ -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":
Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit 69139b3

Please sign in to comment.