Fix Shelly typo in cover platform (#101292)

This commit is contained in:
Shay Levy 2023-10-02 23:30:58 +03:00 committed by GitHub
parent 2f0ba154b9
commit ca2f45d466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)