mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Bump google-nest-sdm to 1.0.0 (#62783)
* Bump google-nest-sdm to 1.0.0 See release log in https://github.com/allenporter/python-google-nest-sdm/compare/0.4.9...1.0.0 * Remove typing ignore now that typing is fixed
This commit is contained in:
@@ -135,7 +135,7 @@ class NestEventMediaStore(EventMediaStore):
|
||||
)
|
||||
return self._data
|
||||
|
||||
async def async_save(self, data: dict) -> None: # type: ignore[override]
|
||||
async def async_save(self, data: dict) -> None:
|
||||
"""Save data."""
|
||||
self._data = data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user