Add wiffi device configuration url support (#60367)
parent
07c09ab268
commit
c407e24a18
|
@ -148,6 +148,7 @@ class WiffiEntity(Entity):
|
||||||
model=device.moduletype,
|
model=device.moduletype,
|
||||||
name=f"{device.moduletype} {device.mac_address}",
|
name=f"{device.moduletype} {device.mac_address}",
|
||||||
sw_version=device.sw_version,
|
sw_version=device.sw_version,
|
||||||
|
configuration_url=device.configuration_url,
|
||||||
)
|
)
|
||||||
self._name = metric.description
|
self._name = metric.description
|
||||||
self._expiration_date = None
|
self._expiration_date = None
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Wiffi",
|
"name": "Wiffi",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/wiffi",
|
"documentation": "https://www.home-assistant.io/integrations/wiffi",
|
||||||
"requirements": ["wiffi==1.0.1"],
|
"requirements": ["wiffi==1.1.0"],
|
||||||
"codeowners": ["@mampfes"],
|
"codeowners": ["@mampfes"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2424,7 +2424,7 @@ webexteamssdk==1.1.1
|
||||||
whirlpool-sixth-sense==0.15.1
|
whirlpool-sixth-sense==0.15.1
|
||||||
|
|
||||||
# homeassistant.components.wiffi
|
# homeassistant.components.wiffi
|
||||||
wiffi==1.0.1
|
wiffi==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.wirelesstag
|
# homeassistant.components.wirelesstag
|
||||||
wirelesstagpy==0.8.1
|
wirelesstagpy==0.8.1
|
||||||
|
|
|
@ -1428,7 +1428,7 @@ watchdog==2.1.6
|
||||||
whirlpool-sixth-sense==0.15.1
|
whirlpool-sixth-sense==0.15.1
|
||||||
|
|
||||||
# homeassistant.components.wiffi
|
# homeassistant.components.wiffi
|
||||||
wiffi==1.0.1
|
wiffi==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.withings
|
# homeassistant.components.withings
|
||||||
withings-api==2.3.2
|
withings-api==2.3.2
|
||||||
|
|
Loading…
Reference in New Issue