parent
cd0ae66d58
commit
176fd39e0b
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ class LIFXLight(LightEntity):
|
|||
|
||||
model = product_map.get(self.bulb.product) or self.bulb.product
|
||||
if model is not None:
|
||||
info["model"] = model
|
||||
info["model"] = str(model)
|
||||
|
||||
return info
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue