Update moehlenhoff-alpha2 to 1.4.0 (#140829)

* Update moehlenhoff-alpha2 to 1.4.0

* Fix test
This commit is contained in:
Jan Schneider
2025-03-18 09:32:28 +01:00
committed by GitHub
parent 74992344d5
commit 52054d69c7
4 changed files with 4 additions and 4 deletions

View File

@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/moehlenhoff_alpha2",
"iot_class": "local_push",
"requirements": ["moehlenhoff-alpha2==1.3.1"]
"requirements": ["moehlenhoff-alpha2==1.4.0"]
}

2
requirements_all.txt generated
View File

@ -1427,7 +1427,7 @@ minio==7.1.12
moat-ble==0.1.1
# homeassistant.components.moehlenhoff_alpha2
moehlenhoff-alpha2==1.3.1
moehlenhoff-alpha2==1.4.0
# homeassistant.components.monzo
monzopy==1.4.2

View File

@ -1196,7 +1196,7 @@ minio==7.1.12
moat-ble==0.1.1
# homeassistant.components.moehlenhoff_alpha2
moehlenhoff-alpha2==1.3.1
moehlenhoff-alpha2==1.4.0
# homeassistant.components.monzo
monzopy==1.4.2

View File

@ -19,7 +19,7 @@ async def mock_update_data(self):
for _type in ("HEATAREA", "HEATCTRL", "IODEVICE"):
if not isinstance(data["Devices"]["Device"][_type], list):
data["Devices"]["Device"][_type] = [data["Devices"]["Device"][_type]]
self.static_data = data
self._static_data = data
async def init_integration(hass: HomeAssistant) -> MockConfigEntry: