mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump nice-go
to 1.0.0 (#133185)
* Bump Nice G.O. to 1.0.0 * Mypy * Pytest
This commit is contained in:
parent
165ca5140c
commit
bce6127264
@ -239,7 +239,6 @@ class NiceGOUpdateCoordinator(DataUpdateCoordinator[dict[str, NiceGODevice]]):
|
|||||||
].type, # Device type is not sent in device state update, and it can't change, so we just reuse the existing one
|
].type, # Device type is not sent in device state update, and it can't change, so we just reuse the existing one
|
||||||
BarrierState(
|
BarrierState(
|
||||||
deviceId=raw_data["deviceId"],
|
deviceId=raw_data["deviceId"],
|
||||||
desired=json.loads(raw_data["desired"]),
|
|
||||||
reported=json.loads(raw_data["reported"]),
|
reported=json.loads(raw_data["reported"]),
|
||||||
connectionState=ConnectionState(
|
connectionState=ConnectionState(
|
||||||
connected=raw_data["connectionState"]["connected"],
|
connected=raw_data["connectionState"]["connected"],
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["nice_go"],
|
"loggers": ["nice_go"],
|
||||||
"requirements": ["nice-go==0.3.10"]
|
"requirements": ["nice-go==1.0.0"]
|
||||||
}
|
}
|
||||||
|
@ -1468,7 +1468,7 @@ nextdns==4.0.0
|
|||||||
nibe==2.14.0
|
nibe==2.14.0
|
||||||
|
|
||||||
# homeassistant.components.nice_go
|
# homeassistant.components.nice_go
|
||||||
nice-go==0.3.10
|
nice-go==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.niko_home_control
|
# homeassistant.components.niko_home_control
|
||||||
niko-home-control==0.2.1
|
niko-home-control==0.2.1
|
||||||
|
@ -1231,7 +1231,7 @@ nextdns==4.0.0
|
|||||||
nibe==2.14.0
|
nibe==2.14.0
|
||||||
|
|
||||||
# homeassistant.components.nice_go
|
# homeassistant.components.nice_go
|
||||||
nice-go==0.3.10
|
nice-go==1.0.0
|
||||||
|
|
||||||
# homeassistant.components.niko_home_control
|
# homeassistant.components.niko_home_control
|
||||||
niko-home-control==0.2.1
|
niko-home-control==0.2.1
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
],
|
],
|
||||||
"state": {
|
"state": {
|
||||||
"deviceId": "1",
|
"deviceId": "1",
|
||||||
"desired": { "key": "value" },
|
|
||||||
"reported": {
|
"reported": {
|
||||||
"displayName": "Test Garage 1",
|
"displayName": "Test Garage 1",
|
||||||
"autoDisabled": false,
|
"autoDisabled": false,
|
||||||
@ -42,7 +41,6 @@
|
|||||||
],
|
],
|
||||||
"state": {
|
"state": {
|
||||||
"deviceId": "2",
|
"deviceId": "2",
|
||||||
"desired": { "key": "value" },
|
|
||||||
"reported": {
|
"reported": {
|
||||||
"displayName": "Test Garage 2",
|
"displayName": "Test Garage 2",
|
||||||
"autoDisabled": false,
|
"autoDisabled": false,
|
||||||
@ -73,7 +71,6 @@
|
|||||||
],
|
],
|
||||||
"state": {
|
"state": {
|
||||||
"deviceId": "3",
|
"deviceId": "3",
|
||||||
"desired": { "key": "value" },
|
|
||||||
"reported": {
|
"reported": {
|
||||||
"displayName": "Test Garage 3",
|
"displayName": "Test Garage 3",
|
||||||
"autoDisabled": false,
|
"autoDisabled": false,
|
||||||
@ -101,7 +98,6 @@
|
|||||||
],
|
],
|
||||||
"state": {
|
"state": {
|
||||||
"deviceId": "4",
|
"deviceId": "4",
|
||||||
"desired": { "key": "value" },
|
|
||||||
"reported": {
|
"reported": {
|
||||||
"displayName": "Test Garage 4",
|
"displayName": "Test Garage 4",
|
||||||
"autoDisabled": false,
|
"autoDisabled": false,
|
||||||
|
@ -81,7 +81,6 @@ async def test_firmware_update_required(
|
|||||||
"displayName": "test-display-name",
|
"displayName": "test-display-name",
|
||||||
"migrationStatus": "NOT_STARTED",
|
"migrationStatus": "NOT_STARTED",
|
||||||
},
|
},
|
||||||
desired=None,
|
|
||||||
connectionState=None,
|
connectionState=None,
|
||||||
version=None,
|
version=None,
|
||||||
timestamp=None,
|
timestamp=None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user