Fix Shelly typo in cover platform (#101292)
This commit is contained in:
parent
2f0ba154b9
commit
ca2f45d466
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ async def async_setup_entry(
|
|||
config_entry: ConfigEntry,
|
||||
async_add_entities: AddEntitiesCallback,
|
||||
) -> None:
|
||||
"""Set up switches for device."""
|
||||
"""Set up covers for device."""
|
||||
if get_device_entry_gen(config_entry) == 2:
|
||||
return async_setup_rpc_entry(hass, config_entry, async_add_entities)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue