Skip to content

Commit

Permalink
Update underlying API version
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Dec 27, 2022
1 parent d4d294f commit 0423306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/thermia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry):
class ThermiaDataUpdateCoordinator(DataUpdateCoordinator):
"""Thermia Data Update Coordinator."""

def __init__(self, hass: HomeAssistant, thermia: ThermiaAPI):
def __init__(self, hass: HomeAssistant, thermia: Thermia):
"""Initialize the data update object."""

self.thermia = thermia
Expand Down
2 changes: 1 addition & 1 deletion custom_components/thermia/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@klejejs"
],
"requirements": [
"ThermiaOnlineAPI==3.4.dev1"
"ThermiaOnlineAPI==3.4.dev2"
],
"version": "1.0",
"iot_class": "cloud_polling",
Expand Down

0 comments on commit 0423306

Please sign in to comment.