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

Commit

Permalink
Update config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
disforw authored Jun 23, 2023
1 parent 2914b20 commit 2f2dedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/inverse/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}


class SwitchAsXConfigFlowHandler(SchemaConfigFlowHandler, domain=DOMAIN):
class InverseSwitchFlowHandler(SchemaConfigFlowHandler, domain=DOMAIN):
"""Handle a config flow for Inverse Switch."""

config_flow = CONFIG_FLOW
Expand Down

0 comments on commit 2f2dedc

Please sign in to comment.