Update __init__.py

This commit is contained in:
Christopher Fenner
2023-10-06 08:17:31 +02:00
committed by GitHub
parent a6e1a816f4
commit 1bcc946256

View File

@@ -100,7 +100,7 @@ class ViCareEntity(Entity):
self._attr_device_info = DeviceInfo(
identifiers={(DOMAIN, device_config.getConfig().serial)},
name=device_name
name=device_name,
manufacturer="Viessmann",
model=device_config.getModel(),
configuration_url="https://developer.viessmann.com/",