mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
parent
cd0ae66d58
commit
176fd39e0b
@ -470,7 +470,7 @@ class LIFXLight(LightEntity):
|
|||||||
|
|
||||||
model = product_map.get(self.bulb.product) or self.bulb.product
|
model = product_map.get(self.bulb.product) or self.bulb.product
|
||||||
if model is not None:
|
if model is not None:
|
||||||
info["model"] = model
|
info["model"] = str(model)
|
||||||
|
|
||||||
return info
|
return info
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user