Bump `aionotion` to 2023.05.5 (#93334)
parent
79cafd5a46
commit
d16452bed7
|
@ -7,5 +7,5 @@
|
|||
"integration_type": "hub",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aionotion"],
|
||||
"requirements": ["aionotion==2023.05.4"]
|
||||
"requirements": ["aionotion==2023.05.5"]
|
||||
}
|
||||
|
|
|
@ -223,7 +223,7 @@ aionanoleaf==0.2.1
|
|||
aionotify==0.2.0
|
||||
|
||||
# homeassistant.components.notion
|
||||
aionotion==2023.05.4
|
||||
aionotion==2023.05.5
|
||||
|
||||
# homeassistant.components.oncue
|
||||
aiooncue==0.3.4
|
||||
|
|
|
@ -204,7 +204,7 @@ aiomusiccast==0.14.8
|
|||
aionanoleaf==0.2.1
|
||||
|
||||
# homeassistant.components.notion
|
||||
aionotion==2023.05.4
|
||||
aionotion==2023.05.5
|
||||
|
||||
# homeassistant.components.oncue
|
||||
aiooncue==0.3.4
|
||||
|
|
|
@ -37,18 +37,20 @@ async def test_entry_diagnostics(
|
|||
"hardware_id": REDACTED,
|
||||
"hardware_revision": 4,
|
||||
"firmware_version": {
|
||||
"silabs": "1.1.2",
|
||||
"wifi": "0.121.0",
|
||||
"wifi_app": "3.3.0",
|
||||
"silabs": "1.1.2",
|
||||
"ti": None,
|
||||
},
|
||||
"missing_at": None,
|
||||
"created_at": "2019-06-27T00:18:44.337000+00:00",
|
||||
"updated_at": "2023-03-19T03:20:16.061000+00:00",
|
||||
"system_id": 11111,
|
||||
"firmware": {
|
||||
"silabs": "1.1.2",
|
||||
"wifi": "0.121.0",
|
||||
"wifi_app": "3.3.0",
|
||||
"silabs": "1.1.2",
|
||||
"ti": None,
|
||||
},
|
||||
"links": {"system": 11111},
|
||||
},
|
||||
|
@ -59,18 +61,20 @@ async def test_entry_diagnostics(
|
|||
"hardware_id": REDACTED,
|
||||
"hardware_revision": 4,
|
||||
"firmware_version": {
|
||||
"silabs": "1.1.2",
|
||||
"wifi": "0.121.0",
|
||||
"wifi_app": "3.3.0",
|
||||
"silabs": "1.1.2",
|
||||
"ti": None,
|
||||
},
|
||||
"missing_at": None,
|
||||
"created_at": "2019-04-30T01:43:50.497000+00:00",
|
||||
"updated_at": "2023-01-02T19:09:58.251000+00:00",
|
||||
"system_id": 11111,
|
||||
"firmware": {
|
||||
"silabs": "1.1.2",
|
||||
"wifi": "0.121.0",
|
||||
"wifi_app": "3.3.0",
|
||||
"silabs": "1.1.2",
|
||||
"ti": None,
|
||||
},
|
||||
"links": {"system": 11111},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue