From f14bfeed617ac602d43571bada1ce28ddd7ef27f Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 10 May 2024 08:12:25 +1000 Subject: [PATCH] small updates --- custom_components/fordpass/const.py | 3 ++- info.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/custom_components/fordpass/const.py b/custom_components/fordpass/const.py index b1d7a47..da5d084 100644 --- a/custom_components/fordpass/const.py +++ b/custom_components/fordpass/const.py @@ -67,7 +67,8 @@ SWITCHES = { "ignition": {"icon": "hass:power"}, - "guardmode": {"icon": "mdi:shield-key"}} + #"guardmode": {"icon": "mdi:shield-key"} +} WINDOW_POSITIONS = { "CLOSED": { diff --git a/info.md b/info.md index fd9a7a7..416a6e5 100644 --- a/info.md +++ b/info.md @@ -1,6 +1,8 @@ ## **Changelog** ### Version 1.68 - Fix for missing locale +- Fix duplicate Switches dictionary +- Fix DC fast charging bug ### Version 1.67 - Temp fix for login issues (Uses different region login servers, may get blocked soon!) ### Version 1.66