Skip to content

Commit

Permalink
Remove deprecated mailbox (#21689)
Browse files Browse the repository at this point in the history
Remove mailbox
  • Loading branch information
gjohansson-ST authored Aug 14, 2024
1 parent 6754b88 commit 3f0f3af
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 447 deletions.
9 changes: 0 additions & 9 deletions gallery/src/data/demo_states.js
Original file line number Diff line number Diff line change
Expand Up @@ -532,15 +532,6 @@ export default {
last_changed: "2018-07-19T10:44:46.200946+00:00",
last_updated: "2018-07-19T10:44:46.200946+00:00",
},
"mailbox.demomailbox": {
entity_id: "mailbox.demomailbox",
state: "10",
attributes: {
friendly_name: "DemoMailbox",
},
last_changed: "2018-07-19T10:45:16.555210+00:00",
last_updated: "2018-07-19T10:45:16.555210+00:00",
},
"input_select.living_room_preset": {
entity_id: "input_select.living_room_preset",
state: "Visitors",
Expand Down
2 changes: 0 additions & 2 deletions src/common/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ import {
mdiImageFilterFrames,
mdiLightbulb,
mdiLightningBolt,
mdiMailbox,
mdiMapMarkerRadius,
mdiMeterGas,
mdiMicrophoneMessage,
Expand Down Expand Up @@ -119,7 +118,6 @@ export const FIXED_DOMAIN_ICONS = {
input_text: mdiFormTextbox,
lawn_mower: mdiRobotMower,
light: mdiLightbulb,
mailbox: mdiMailbox,
notify: mdiCommentAlert,
number: mdiRayVertex,
persistent_notification: mdiBell,
Expand Down
1 change: 0 additions & 1 deletion src/layouts/partial-panel-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const COMPONENTS = {
history: () => import("../panels/history/ha-panel-history"),
iframe: () => import("../panels/iframe/ha-panel-iframe"),
logbook: () => import("../panels/logbook/ha-panel-logbook"),
mailbox: () => import("../panels/mailbox/ha-panel-mailbox"),
map: () => import("../panels/map/ha-panel-map"),
my: () => import("../panels/my/ha-panel-my"),
profile: () => import("../panels/profile/ha-panel-profile"),
Expand Down
153 changes: 0 additions & 153 deletions src/panels/mailbox/ha-dialog-show-audio-message.ts

This file was deleted.

Loading

0 comments on commit 3f0f3af

Please sign in to comment.