Rename hass context variable (#89302)
This commit is contained in:
parent
2d3c5cf8ee
commit
aa2267d68e
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ MAX_EXPECTED_ENTITY_IDS = 16384
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
_cv_hass: ContextVar[HomeAssistant] = ContextVar("current_entry")
|
_cv_hass: ContextVar[HomeAssistant] = ContextVar("hass")
|
||||||
|
|
||||||
|
|
||||||
@functools.lru_cache(MAX_EXPECTED_ENTITY_IDS)
|
@functools.lru_cache(MAX_EXPECTED_ENTITY_IDS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue