mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 (#14557)
* Update pydocstyle to 2.1.1 and flake8-docstrings to 1.3.0 * Pydocstyle D401 fixes
This commit is contained in:
committed by
Paulus Schoutsen
parent
89d856d147
commit
dd9d53c83e
@@ -378,7 +378,7 @@ class Entity:
|
||||
|
||||
@callback
|
||||
def async_registry_updated(self, old, new):
|
||||
"""Called when the entity registry has been updated."""
|
||||
"""Handle entity registry update."""
|
||||
self.registry_name = new.name
|
||||
|
||||
if new.entity_id == self.entity_id:
|
||||
|
||||
Reference in New Issue
Block a user