diff --git a/src/integrations/home-assistant/home-assistant.service.ts b/src/integrations/home-assistant/home-assistant.service.ts index 9afbc83..02432d3 100644 --- a/src/integrations/home-assistant/home-assistant.service.ts +++ b/src/integrations/home-assistant/home-assistant.service.ts @@ -60,7 +60,7 @@ export class HomeAssistantService ); const systemInfo = await system(); - this.device = new Device(systemInfo.uuid); + this.device = new Device(systemInfo.serial); this.device.name = this.configService.get('global').instanceName; this.device.model = systemInfo.model; this.device.manufacturer = systemInfo.manufacturer;