From 1f3cb42ff72b433556f6218792554b67d160e6a7 Mon Sep 17 00:00:00 2001 From: Dotsch2005 <3149448+Dotsch2005@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:44:48 +0200 Subject: [PATCH] Order const.py correctly --- esphome/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/const.py b/esphome/const.py index d1c97401bc..dd7712a309 100644 --- a/esphome/const.py +++ b/esphome/const.py @@ -962,10 +962,10 @@ ICON_ACCELERATION = "mdi:axis-arrow" ICON_ACCELERATION_X = "mdi:axis-x-arrow" ICON_ACCELERATION_Y = "mdi:axis-y-arrow" ICON_ACCELERATION_Z = "mdi:axis-z-arrow" -ICON_ALARM_LIGHT = "mdi:alarm-light" ICON_ACCOUNT = "mdi:account" ICON_ACCOUNT_CHECK = "mdi:account-check" ICON_AIR_FILTER = "mdi:air-filter" +ICON_ALARM_LIGHT = "mdi:alarm-light" ICON_ARROW_EXPAND_VERTICAL = "mdi:arrow-expand-vertical" ICON_BATTERY = "mdi:battery" ICON_BLUETOOTH = "mdi:bluetooth"