Add serial number to ViCare (#102530)

pull/102538/head
Joost Lekkerkerker 2023-10-22 16:52:38 +02:00 committed by GitHub
parent 3259e39170
commit 1412c2ea6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ class ViCareEntity(Entity):
self._attr_device_info = DeviceInfo(
identifiers={(DOMAIN, device_config.getConfig().serial)},
serial_number=device_config.getConfig().serial,
name=device_config.getModel(),
manufacturer="Viessmann",
model=device_config.getModel(),