Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsoft committed Feb 1, 2025
1 parent 89bc4b5 commit 1c368d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/virtual_keys/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from homeassistant import config_entries

class VirtualKeysConfigFlow():
class VirtualKeysConfigFlow(config_entries.ConfigFlow, domain="virtual_keys"):
VERSION = 1
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_PUSH

0 comments on commit 1c368d5

Please sign in to comment.