Skip to content

Commit

Permalink
Support more buttons
Browse files Browse the repository at this point in the history
resolves #43
  • Loading branch information
jason0x43 committed May 7, 2020
1 parent adca721 commit fa499f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hubitat/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
CONF_SERVER_PORT = "server_port"

CONF_BUTTON = "button"
CONF_BUTTONS = ("1", "2", "3", "4", "5", "6", "7", "8")
CONF_BUTTONS = ("1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12")
CONF_DOUBLE_TAPPED = "double_tapped"
CONF_HELD = "held"
CONF_PUSHED = "pushed"
Expand Down

0 comments on commit fa499f3

Please sign in to comment.