Skip to content

Commit

Permalink
Update switch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
veista committed May 23, 2022
1 parent e3165c9 commit e2453fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/smartthings/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ async def async_setup_entry(hass, config_entry, async_add_entities):
)
]
)
elif model in ("21K_REF_LCD_FHUB6.0"):
elif model in ("21K_REF_LCD_FHUB6.0", "ARTIK051_REF_17K"):
switches.extend(
[
SamsungOcfSwitch(
Expand Down

0 comments on commit e2453fc

Please sign in to comment.