Bump regenmaschine to 2022.09.2 (#79010)

* Bump `regenmaschine` to 2022.09.2

* Fix tests

* Restore incorrectly-deleted test
This commit is contained in:
Aaron Bach 2022-09-23 13:46:25 -06:00 committed by GitHub
parent 81514b0d1c
commit 21b91f75ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 12 deletions

View file

@ -21,7 +21,11 @@ async def test_entry_diagnostics(hass, config_entry, hass_client, setup_rainmach
},
"data": {
"coordinator": {
"api.versions": {"apiVer": "4.6.1", "hwVer": 3, "swVer": "4.0.1144"},
"api.versions": {
"apiVer": "4.6.1",
"hwVer": "3",
"swVer": "4.0.1144",
},
"machine.firmware_update_status": {
"lastUpdateCheckTimestamp": 1657825288,
"packageDetails": [],
@ -635,7 +639,11 @@ async def test_entry_diagnostics_failed_controller_diagnostics(
},
"data": {
"coordinator": {
"api.versions": {"apiVer": "4.6.1", "hwVer": 3, "swVer": "4.0.1144"},
"api.versions": {
"apiVer": "4.6.1",
"hwVer": "3",
"swVer": "4.0.1144",
},
"machine.firmware_update_status": {
"lastUpdateCheckTimestamp": 1657825288,
"packageDetails": [],