Skip to content

Commit 0e4fad3

Browse files
committed
add scenes support
1 parent 4444cb2 commit 0e4fad3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/mock_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
PRODUCT_ID = "product-id-123"
3939
HOME_DATA_SCENES_RAW = [
4040
{
41-
"id": 123456,
41+
"id": 1234567,
4242
"name": "My plan",
4343
"param": json.dumps(
4444
{

tests/test_web_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def test_get_scenes():
4646
assert sc == [
4747
HomeDataScene.from_dict(
4848
{
49-
"id": 5925425,
49+
"id": 1234567,
5050
"name": "My plan",
5151
}
5252
)

0 commit comments

Comments
 (0)