Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lupupy version to 0.0.13 #18754

Merged
merged 15 commits into from Nov 28, 2018
2 changes: 1 addition & 1 deletion homeassistant/components/lupusec.py
Expand Up @@ -16,7 +16,7 @@
from homeassistant.helpers.entity import Entity
_LOGGER = logging.getLogger(__name__)

REQUIREMENTS = ['lupupy==0.0.10']
REQUIREMENTS = ['lupupy==0.0.13']

DOMAIN = 'lupusec'

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -604,7 +604,7 @@ logi_circle==0.1.7
luftdaten==0.3.4

# homeassistant.components.lupusec
lupupy==0.0.10
lupupy==0.0.13

# homeassistant.components.light.lw12wifi
lw12==0.9.2
Expand Down