Skip to content

Commit 776726a

Browse files
Lash-Lfrenck
authored andcommitted
Bump python-snoo to 0.8.1 (home-assistant#150530)
1 parent 4213427 commit 776726a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

homeassistant/components/snoo/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"iot_class": "cloud_push",
88
"loggers": ["snoo"],
99
"quality_scale": "bronze",
10-
"requirements": ["python-snoo==0.7.0"]
10+
"requirements": ["python-snoo==0.8.1"]
1111
}

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/snoo/const.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@
3131
"name": "Test Snoo",
3232
"presence": {},
3333
"presenceIoT": {},
34-
"awsIoT": {},
34+
"awsIoT": {
35+
"awsRegion": "us-east-1",
36+
"clientEndpoint": "z00023244d7fia4appr4b-ats.iot.us-east-1.amazonaws.com",
37+
"clientReady": True,
38+
"thingName": "676cbbe74529f85038b2e623_5831231335004715141_prod",
39+
},
3540
"lastSSID": {},
3641
"provisionedAt": "random_time",
3742
}

0 commit comments

Comments
 (0)