Skip to content

Commit

Permalink
Fix vacation icon typo (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolapersico1 committed Jun 2, 2024
1 parent 273abc6 commit 45b3166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ha/data/alarm_control_panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const ALARM_MODES: Record<AlarmMode, AlarmConfig> = {
armed_vacation: {
feature: AlarmControlPanelEntityFeature.ARM_VACATION,
service: "alarm_arm_vacation",
icon: "mdi:air-plane",
icon: "mdi:airplane",
},
armed_custom_bypass: {
feature: AlarmControlPanelEntityFeature.ARM_CUSTOM_BYPASS,
Expand Down

0 comments on commit 45b3166

Please sign in to comment.