mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 03:58:23 +00:00
Fix when state breaks to stringify
This commit is contained in:
parent
07cd669bc1
commit
848162debd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user