Bump flux_led to 0.26.15 (#62017)
This commit is contained in:
parent
ad778f53f7
commit
12671b370e
4 changed files with 9 additions and 3 deletions
|
@ -94,6 +94,9 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
firmware_date=None,
|
||||
model_info=None,
|
||||
model_description=None,
|
||||
remote_access_enabled=None,
|
||||
remote_access_host=None,
|
||||
remote_access_port=None,
|
||||
)
|
||||
return await self._async_handle_discovery()
|
||||
|
||||
|
@ -261,6 +264,9 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
firmware_date=None,
|
||||
model_info=None,
|
||||
model_description=bulb.model_data.description,
|
||||
remote_access_enabled=None,
|
||||
remote_access_host=None,
|
||||
remote_access_port=None,
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Magic Home",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/flux_led",
|
||||
"requirements": ["flux_led==0.26.7"],
|
||||
"requirements": ["flux_led==0.26.15"],
|
||||
"quality_scale": "platinum",
|
||||
"codeowners": ["@icemanch"],
|
||||
"iot_class": "local_push",
|
||||
|
|
|
@ -667,7 +667,7 @@ fjaraskupan==1.0.2
|
|||
flipr-api==1.4.1
|
||||
|
||||
# homeassistant.components.flux_led
|
||||
flux_led==0.26.7
|
||||
flux_led==0.26.15
|
||||
|
||||
# homeassistant.components.homekit
|
||||
fnvhash==0.1.0
|
||||
|
|
|
@ -408,7 +408,7 @@ fjaraskupan==1.0.2
|
|||
flipr-api==1.4.1
|
||||
|
||||
# homeassistant.components.flux_led
|
||||
flux_led==0.26.7
|
||||
flux_led==0.26.15
|
||||
|
||||
# homeassistant.components.homekit
|
||||
fnvhash==0.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue