Skip to content

Commit 5eacf76

Browse files
committed
Merge branch 'main' of https://github.com/JeffSteinbok/hass-dreo into main
2 parents 5f11939 + 05b5767 commit 5eacf76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components/dreo/diagnostics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"username",
2828
"_username",
2929
"token",
30-
"_token"
30+
"_token",
3131
"productId"
3232
}
3333

tests/dreo/integrationtests/api_responses/get_devices_HTF005S.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"sn": "HTF005S_1",
1414
"brand": "Dreo",
1515
"model": "DR-HTF005S",
16-
"productId": "**REDACTED**",
16+
"productId": "NOT REDACTED",
1717
"productName": "Tower Fan",
1818
"deviceName": "Pilot Pro S",
1919
"shared": false,

tests/pydreo/api_responses/get_devices_HTF005S.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"sn": "HTF005S_1",
1414
"brand": "Dreo",
1515
"model": "DR-HTF005S",
16-
"productId": "**REDACTED**",
16+
"productId": "NOT REDACTED",
1717
"productName": "Tower Fan",
1818
"deviceName": "Pilot Pro S",
1919
"shared": false,

0 commit comments

Comments
 (0)