Add configuration_url for ONVIF (#61526)

pull/63377/head
Eric Severance 2022-01-04 04:48:26 -08:00 committed by GitHub
parent 26f9ffbdd5
commit 1bfa2a9b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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}",
)