mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Fix Shelly typo in cover platform (#101292)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user