Add wiffi device configuration url support (#60367)
parent
07c09ab268
commit
c407e24a18
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue