mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 20:48:20 +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_NAME,
|
||||||
CONF_UNIQUE_ID,
|
CONF_UNIQUE_ID,
|
||||||
CONF_UNIT_OF_MEASUREMENT,
|
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.core import HomeAssistant, State, callback
|
||||||
from homeassistant.exceptions import TemplateError
|
from homeassistant.exceptions import TemplateError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user