Add configuration_url for ONVIF (#61526)
parent
26f9ffbdd5
commit
1bfa2a9b25
|
@ -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}",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue