Skip to content

Commit

Permalink
Update Magicseaweed sensor (#18446)
Browse files Browse the repository at this point in the history
* Increment python-magicseaweed version.

* Update requirements_all.txt
  • Loading branch information
jcconnell authored and fabaff committed Nov 13, 2018
1 parent 597da90 commit 291fba0
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/magicseaweed.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.helpers.entity import Entity
from homeassistant.util import Throttle

REQUIREMENTS = ['magicseaweed==1.0.0']
REQUIREMENTS = ['magicseaweed==1.0.3']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ lw12==0.9.2
lyft_rides==0.2

# homeassistant.components.sensor.magicseaweed
magicseaweed==1.0.0
magicseaweed==1.0.3

# homeassistant.components.matrix
matrix-client==0.2.0
Expand Down

0 comments on commit 291fba0

Please sign in to comment.