Bump loopenergy version. Increased interval before deciding connection is dead and reconnecting.

This commit is contained in:
pavoni 2016-06-02 11:08:24 +01:00
parent 780d62ac5c
commit 0262269b00
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ _LOGGER = logging.getLogger(__name__)
DOMAIN = "loopenergy"
REQUIREMENTS = ['pyloopenergy==0.0.12']
REQUIREMENTS = ['pyloopenergy==0.0.13']
def setup_platform(hass, config, add_devices, discovery_info=None):