From 0362012bb36bb44c74e75190fcc9433899fb368e Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 11 Jun 2025 13:29:16 +0200 Subject: [PATCH] Correct misleading comment for const.ATTR_RESTORED (#146528) --- homeassistant/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/const.py b/homeassistant/const.py index 4fb9a3df3ff..f692f428920 100644 --- a/homeassistant/const.py +++ b/homeassistant/const.py @@ -562,7 +562,7 @@ ATTR_STATE: Final = "state" ATTR_EDITABLE: Final = "editable" ATTR_OPTION: Final = "option" -# The entity has been restored with restore state +# The entity state has been partially restored by the entity registry ATTR_RESTORED: Final = "restored" # Bitfield of supported component features for the entity