Fix when state breaks to stringify

This commit is contained in:
G Johansson 2024-10-11 15:55:56 +00:00
parent 07cd669bc1
commit 848162debd

View File

@ -23,6 +23,11 @@ from homeassistant.const import (
CONF_NAME,
CONF_UNIQUE_ID,
CONF_UNIT_OF_MEASUREMENT,
<<<<<<< HEAD
=======
MAX_LENGTH_STATE_STATE,
STATE_UNKNOWN,
>>>>>>> 40e866f221e (Fix when state breaks to stringify)
)
from homeassistant.core import HomeAssistant, State, callback
from homeassistant.exceptions import TemplateError