mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Ensure flux_led config flow title_placeholders items are [str, str] (#127196)
This commit is contained in:
parent
6d65d6bcf6
commit
905ac20205
@ -191,7 +191,9 @@ class FluxLedConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
|
||||
self._set_confirm_only()
|
||||
placeholders = {
|
||||
"model": device[ATTR_MODEL_DESCRIPTION] or device[ATTR_MODEL],
|
||||
"model": device[ATTR_MODEL_DESCRIPTION]
|
||||
or device[ATTR_MODEL]
|
||||
or "Magic Home",
|
||||
"id": mac_address[-6:],
|
||||
"ipaddr": device[ATTR_IPADDR],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user