Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Update switch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
disforw authored Jun 23, 2023
1 parent de16969 commit 39ed1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/inverse/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def async_setup_entry(
)


class InvertSwitch(BaseToggleEntity, LightEntity):
class InvertSwitch(BaseToggleEntity, SwitchEntity):
"""Represents a Switch as Inversed."""

async def async_turn_on(self) -> None:
Expand Down

0 comments on commit 39ed1f4

Please sign in to comment.