Update Magicseaweed sensor (#18446)
* Increment python-magicseaweed version. * Update requirements_all.txt
This commit is contained in:
parent
597da90622
commit
291fba0ba4
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ import homeassistant.util.dt as dt_util
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['magicseaweed==1.0.0']
|
REQUIREMENTS = ['magicseaweed==1.0.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -606,7 +606,7 @@ lw12==0.9.2
|
||||||
lyft_rides==0.2
|
lyft_rides==0.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.magicseaweed
|
# homeassistant.components.sensor.magicseaweed
|
||||||
magicseaweed==1.0.0
|
magicseaweed==1.0.3
|
||||||
|
|
||||||
# homeassistant.components.matrix
|
# homeassistant.components.matrix
|
||||||
matrix-client==0.2.0
|
matrix-client==0.2.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue