Skip to content

Commit

Permalink
Update pyvesync version (#131433)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdnninja authored Dec 24, 2024
1 parent 760cbcc commit 0020c48
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/vesync/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/vesync",
"iot_class": "cloud_polling",
"loggers": ["pyvesync"],
"requirements": ["pyvesync==2.1.12"]
"requirements": ["pyvesync==2.1.14"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2485,7 +2485,7 @@ pyvera==0.3.15
pyversasense==0.0.6

# homeassistant.components.vesync
pyvesync==2.1.12
pyvesync==2.1.14

# homeassistant.components.vizio
pyvizio==0.1.61
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ pyuptimerobot==22.2.0
pyvera==0.3.15

# homeassistant.components.vesync
pyvesync==2.1.12
pyvesync==2.1.14

# homeassistant.components.vizio
pyvizio==0.1.61
Expand Down
30 changes: 20 additions & 10 deletions tests/components/vesync/fixtures/vesync-devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"subDeviceNo": null,
"deviceStatus": "on",
"connectionStatus": "online",
"uuid": "00000000-1111-2222-3333-444444444444"
"uuid": "00000000-1111-2222-3333-444444444444",
"configModule": "configModule"
},
{
"cid": "600s-humidifier",
Expand All @@ -30,7 +31,8 @@
"deviceName": "Air Purifier 131s",
"subDeviceNo": null,
"deviceStatus": "on",
"connectionStatus": "online"
"connectionStatus": "online",
"configModule": "configModule"
},
{
"cid": "asd_sdfKIHG7IJHGwJGJ7GJ_ag5h3G55",
Expand All @@ -39,7 +41,8 @@
"subDeviceNo": null,
"deviceStatus": "on",
"type": "wifi-air",
"connectionStatus": "online"
"connectionStatus": "online",
"configModule": "configModule"
},
{
"cid": "400s-purifier",
Expand All @@ -48,7 +51,8 @@
"subDeviceNo": null,
"deviceStatus": "on",
"type": "wifi-air",
"connectionStatus": "online"
"connectionStatus": "online",
"configModule": "configModule"
},
{
"cid": "600s-purifier",
Expand All @@ -57,47 +61,53 @@
"subDeviceNo": null,
"type": "wifi-air",
"deviceStatus": "on",
"connectionStatus": "online"
"connectionStatus": "online",
"configModule": "configModule"
},
{
"cid": "dimmable-bulb",
"deviceType": "ESL100",
"deviceName": "Dimmable Light",
"subDeviceNo": null,
"deviceStatus": "on",
"connectionStatus": "online"
"connectionStatus": "online",
"configModule": "configModule"
},
{
"cid": "tunable-bulb",
"deviceType": "ESL100CW",
"deviceName": "Temperature Light",
"subDeviceNo": null,
"deviceStatus": "on",
"connectionStatus": "online"
"connectionStatus": "online",
"configModule": "configModule"
},
{
"cid": "outlet",
"deviceType": "wifi-switch-1.3",
"deviceName": "Outlet",
"subDeviceNo": null,
"deviceStatus": "on",
"connectionStatus": "online"
"connectionStatus": "online",
"configModule": "configModule"
},
{
"cid": "switch",
"deviceType": "ESWL01",
"deviceName": "Wall Switch",
"subDeviceNo": null,
"deviceStatus": "on",
"connectionStatus": "online"
"connectionStatus": "online",
"configModule": "configModule"
},
{
"cid": "dimmable-switch",
"deviceType": "ESWD16",
"deviceName": "Dimmer Switch",
"subDeviceNo": null,
"deviceStatus": "on",
"connectionStatus": "online"
"connectionStatus": "online",
"configModule": "configModule"
}
]
}
Expand Down

0 comments on commit 0020c48

Please sign in to comment.