mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
@@ -216,7 +216,7 @@ class AreaRegistry:
|
||||
if not new_values:
|
||||
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:
|
||||
self._normalized_name_area_idx[
|
||||
normalized_name
|
||||
|
||||
Reference in New Issue
Block a user