Skip to content

Commit

Permalink
Replace cover with switch in switch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IceBotYT committed Aug 19, 2024
1 parent b6dca76 commit 3170eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/nice_go/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async def async_setup_entry(
config_entry: NiceGOConfigEntry,
async_add_entities: AddEntitiesCallback,
) -> None:
"""Set up Nice G.O. cover."""
"""Set up Nice G.O. switch."""
coordinator = config_entry.runtime_data

async_add_entities(
Expand Down

0 comments on commit 3170eda

Please sign in to comment.