mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Update __init__.py
This commit is contained in:
committed by
GitHub
parent
a6e1a816f4
commit
1bcc946256
@@ -100,7 +100,7 @@ class ViCareEntity(Entity):
|
|||||||
|
|
||||||
self._attr_device_info = DeviceInfo(
|
self._attr_device_info = DeviceInfo(
|
||||||
identifiers={(DOMAIN, device_config.getConfig().serial)},
|
identifiers={(DOMAIN, device_config.getConfig().serial)},
|
||||||
name=device_name
|
name=device_name,
|
||||||
manufacturer="Viessmann",
|
manufacturer="Viessmann",
|
||||||
model=device_config.getModel(),
|
model=device_config.getModel(),
|
||||||
configuration_url="https://developer.viessmann.com/",
|
configuration_url="https://developer.viessmann.com/",
|
||||||
|
Reference in New Issue
Block a user