Skip to content

Commit

Permalink
add configuration option to reverse switch behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomes committed Mar 7, 2021
1 parent c75675b commit 3ba3f33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions homeassistant/components/kmtronic/const.py
Expand Up @@ -2,6 +2,9 @@

DOMAIN = "kmtronic"

CONF_HOSTNAME = "host"
CONF_USERNAME = "username"
CONF_PASSWORD = "password"
CONF_REVERSE = "reverse"

DATA_HUB = "hub"
Expand Down

0 comments on commit 3ba3f33

Please sign in to comment.