Skip to content

Commit

Permalink
change expire_after to 12h
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu committed Aug 20, 2019
1 parent 246ca5c commit 042f7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_scripts/shellies_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
You can install script manually or via HACS.
"""

VERSION = "0.11.1"
VERSION = "0.11.2"

ATTR_DEVELOP = "develop"

Expand Down Expand Up @@ -149,7 +149,7 @@
ATTR_OFF = "off"
ATTR_TRUE_FALSE_PAYLOAD = {ATTR_ON: "true", ATTR_OFF: "false"}
ATTR_1_0_PAYLOAD = {ATTR_ON: "1", ATTR_OFF: "0"}
ATTR_EXPIRE_AFTER = "7200"
ATTR_EXPIRE_AFTER = "43200"

develop = False
retain = True
Expand Down

0 comments on commit 042f7cf

Please sign in to comment.