From 96b450ad393d2facad5e2159d67a8fdd3f45682b Mon Sep 17 00:00:00 2001 From: thatso <40745263+thatso@users.noreply.github.com> Date: Thu, 19 Oct 2023 21:38:15 +0200 Subject: [PATCH] Improve wording in NUT (#102353) --- homeassistant/components/nut/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/nut/const.py b/homeassistant/components/nut/const.py index 3041ac38726..c897542e666 100644 --- a/homeassistant/components/nut/const.py +++ b/homeassistant/components/nut/const.py @@ -28,7 +28,7 @@ STATE_TYPES = { "OB": "On Battery", "LB": "Low Battery", "HB": "High Battery", - "RB": "Battery Needs Replaced", + "RB": "Battery Needs Replacement", "CHRG": "Battery Charging", "DISCHRG": "Battery Discharging", "BYPASS": "Bypass Active",