Fix device data roborock (#128792)

pull/128791/head^2
Luke Lashley 2024-10-19 13:10:23 -04:00 committed by GitHub
parent 0704c3ccb9
commit 311aa74dd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ async def setup_device_v1(
) -> RoborockDataUpdateCoordinator | None:
"""Set up a device Coordinator."""
mqtt_client = await hass.async_add_executor_job(
RoborockMqttClientV1, user_data, DeviceData(device, product_info.name)
RoborockMqttClientV1, user_data, DeviceData(device, product_info.model)
)
try:
networking = await mqtt_client.get_networking()