mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Add configuration_url for ONVIF (#61526)
This commit is contained in:
@@ -41,4 +41,5 @@ class ONVIFBaseEntity(Entity):
|
||||
model=self.device.info.model,
|
||||
name=self.device.name,
|
||||
sw_version=self.device.info.fw_version,
|
||||
configuration_url=f"http://{self.device.host}:{self.device.port}",
|
||||
)
|
||||
|
Reference in New Issue
Block a user