Skip to content

Commit

Permalink
Bump pyflunearyou to 1.0.1 (#19899)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jan 10, 2019
1 parent 9aed40a commit 01eee52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/flunearyou.py
Expand Up @@ -18,7 +18,7 @@
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle

REQUIREMENTS = ['pyflunearyou==1.0.0']
REQUIREMENTS = ['pyflunearyou==1.0.1']
_LOGGER = logging.getLogger(__name__)

ATTR_CITY = 'city'
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -988,7 +988,7 @@ pyflexit==0.3
pyflic-homeassistant==0.4.dev0

# homeassistant.components.sensor.flunearyou
pyflunearyou==1.0.0
pyflunearyou==1.0.1

# homeassistant.components.light.futurenow
pyfnip==0.2
Expand Down

0 comments on commit 01eee52

Please sign in to comment.