1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00

Add configuration_url for ONVIF (#61526)

This commit is contained in:
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

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