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