mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update moehlenhoff-alpha2 to 1.4.0 (#140829)
* Update moehlenhoff-alpha2 to 1.4.0 * Fix test
This commit is contained in:
@ -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
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user