Skip to content

Commit

Permalink
Updated pysonofflan dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsaxon committed May 25, 2019
1 parent 1a1251c commit 0b24ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from homeassistant.components.switch import (SwitchDevice, PLATFORM_SCHEMA)
from homeassistant.const import CONF_HOST, CONF_NAME, CONF_ICON

REQUIREMENTS = ['pysonofflan>=0.2.1']
REQUIREMENTS = ['pysonofflan>=0.3.0']

_LOGGER = logging.getLogger('homeassistant.components.switch.sonoff_lan_mode')

Expand Down

0 comments on commit 0b24ca7

Please sign in to comment.