mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
parent
385630f9b4
commit
b2bcdf7c19
@ -216,7 +216,7 @@ class AreaRegistry:
|
|||||||
if not new_values:
|
if not new_values:
|
||||||
return old
|
return old
|
||||||
|
|
||||||
new = self.areas[area_id] = attr.evolve(old, **new_values)
|
new = self.areas[area_id] = attr.evolve(old, **new_values) # type: ignore[arg-type]
|
||||||
if normalized_name is not None:
|
if normalized_name is not None:
|
||||||
self._normalized_name_area_idx[
|
self._normalized_name_area_idx[
|
||||||
normalized_name
|
normalized_name
|
||||||
|
@ -12,7 +12,7 @@ codecov==2.1.12
|
|||||||
coverage==7.2.1
|
coverage==7.2.1
|
||||||
freezegun==1.2.2
|
freezegun==1.2.2
|
||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy==1.1.1
|
mypy==1.2.0
|
||||||
pre-commit==3.1.0
|
pre-commit==3.1.0
|
||||||
pydantic==1.10.7
|
pydantic==1.10.7
|
||||||
pylint==2.17.0
|
pylint==2.17.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user