Skip to content

Commit 183bd97

Browse files
committed
Revert product-change
1 parent b50aad5 commit 183bd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ async def async_step_zeroconf(
198198
ATTR_CONFIGURATION_URL: (
199199
f"http://{discovery_info.host}:{discovery_info.port}"
200200
),
201-
"product": _product,
201+
PRODUCT: _product,
202202
}
203203
)
204204
return await self.async_step_user()

0 commit comments

Comments
 (0)