From ca2f45d466b9fb3d4f3634d8e1a407d1b1748cdb Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Mon, 2 Oct 2023 23:30:58 +0300 Subject: [PATCH] Fix Shelly typo in cover platform (#101292) --- homeassistant/components/shelly/cover.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/shelly/cover.py b/homeassistant/components/shelly/cover.py index 3d3e5be5b91..95f387f8f97 100644 --- a/homeassistant/components/shelly/cover.py +++ b/homeassistant/components/shelly/cover.py @@ -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)