From 4a999bbeb579f3a812fd3a7faa622b83b692d40b Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Wed, 19 Oct 2022 05:08:42 +0300 Subject: typo fix --- src/inverter_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inverter_bot.py b/src/inverter_bot.py index c647115..cf51679 100755 --- a/src/inverter_bot.py +++ b/src/inverter_bot.py @@ -543,7 +543,7 @@ class InverterBot(Wrapper): util_chrg_evt_stopped_solar='ℹ️ Stopped charging from utilities because solar panels were connected.', util_connected='✅️ Utilities connected.', - util_disconnected='‼️ Utilities disconected.', + util_disconnected='‼️ Utilities disconnected.', # other notifications ac_mode_changed_notification='User %s set AC mode to %s.', -- cgit v1.2.3