mirror of
https://github.com/home-assistant/core.git
synced 2025-09-06 13:21:33 +02:00
Bump python-snoo to 0.8.1 (#150530)
This commit is contained in:
@@ -7,5 +7,5 @@
|
|||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["snoo"],
|
"loggers": ["snoo"],
|
||||||
"quality_scale": "bronze",
|
"quality_scale": "bronze",
|
||||||
"requirements": ["python-snoo==0.7.0"]
|
"requirements": ["python-snoo==0.8.1"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2506,7 +2506,7 @@ python-roborock==2.18.2
|
|||||||
python-smarttub==0.0.44
|
python-smarttub==0.0.44
|
||||||
|
|
||||||
# homeassistant.components.snoo
|
# homeassistant.components.snoo
|
||||||
python-snoo==0.7.0
|
python-snoo==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.songpal
|
# homeassistant.components.songpal
|
||||||
python-songpal==0.16.2
|
python-songpal==0.16.2
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -2076,7 +2076,7 @@ python-roborock==2.18.2
|
|||||||
python-smarttub==0.0.44
|
python-smarttub==0.0.44
|
||||||
|
|
||||||
# homeassistant.components.snoo
|
# homeassistant.components.snoo
|
||||||
python-snoo==0.7.0
|
python-snoo==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.songpal
|
# homeassistant.components.songpal
|
||||||
python-songpal==0.16.2
|
python-songpal==0.16.2
|
||||||
|
@@ -31,7 +31,12 @@ MOCK_SNOO_DEVICES = [
|
|||||||
"name": "Test Snoo",
|
"name": "Test Snoo",
|
||||||
"presence": {},
|
"presence": {},
|
||||||
"presenceIoT": {},
|
"presenceIoT": {},
|
||||||
"awsIoT": {},
|
"awsIoT": {
|
||||||
|
"awsRegion": "us-east-1",
|
||||||
|
"clientEndpoint": "z00023244d7fia4appr4b-ats.iot.us-east-1.amazonaws.com",
|
||||||
|
"clientReady": True,
|
||||||
|
"thingName": "676cbbe74529f85038b2e623_5831231335004715141_prod",
|
||||||
|
},
|
||||||
"lastSSID": {},
|
"lastSSID": {},
|
||||||
"provisionedAt": "random_time",
|
"provisionedAt": "random_time",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user