Adjust typing of _attr_extra_state_attributes (#53529)
This commit is contained in:
parent
8ff3b2a2f6
commit
d4c4263730
6 changed files with 12 additions and 19 deletions
|
@ -30,9 +30,7 @@ class NetatmoBase(Entity):
|
|||
self._model: str = ""
|
||||
self._attr_name = None
|
||||
self._attr_unique_id = None
|
||||
self._attr_extra_state_attributes: dict = {
|
||||
ATTR_ATTRIBUTION: DEFAULT_ATTRIBUTION
|
||||
}
|
||||
self._attr_extra_state_attributes = {ATTR_ATTRIBUTION: DEFAULT_ATTRIBUTION}
|
||||
|
||||
async def async_added_to_hass(self) -> None:
|
||||
"""Entity created."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue