mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix invalid configuration_url in Netatmo (#82372)
This commit is contained in:
parent
df959c364c
commit
93897016f0
@ -29,7 +29,7 @@ class NetatmoBase(Entity):
|
||||
self._device_name: str = ""
|
||||
self._id: str = ""
|
||||
self._model: str = ""
|
||||
self._config_url: str = ""
|
||||
self._config_url: str | None = None
|
||||
self._attr_name = None
|
||||
self._attr_unique_id = None
|
||||
self._attr_extra_state_attributes = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user