Add wiffi device configuration url support (#60367)

pull/60385/head
Steffen Zimmermann 2021-11-29 16:29:31 +01:00 committed by GitHub
parent 07c09ab268
commit c407e24a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -148,6 +148,7 @@ class WiffiEntity(Entity):
model=device.moduletype,
name=f"{device.moduletype} {device.mac_address}",
sw_version=device.sw_version,
configuration_url=device.configuration_url,
)
self._name = metric.description
self._expiration_date = None

View File

@ -3,7 +3,7 @@
"name": "Wiffi",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wiffi",
"requirements": ["wiffi==1.0.1"],
"requirements": ["wiffi==1.1.0"],
"codeowners": ["@mampfes"],
"iot_class": "local_push"
}

View File

@ -2424,7 +2424,7 @@ webexteamssdk==1.1.1
whirlpool-sixth-sense==0.15.1
# homeassistant.components.wiffi
wiffi==1.0.1
wiffi==1.1.0
# homeassistant.components.wirelesstag
wirelesstagpy==0.8.1

View File

@ -1428,7 +1428,7 @@ watchdog==2.1.6
whirlpool-sixth-sense==0.15.1
# homeassistant.components.wiffi
wiffi==1.0.1
wiffi==1.1.0
# homeassistant.components.withings
withings-api==2.3.2