mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
Update Magicseaweed sensor (#18446)
* Increment python-magicseaweed version. * Update requirements_all.txt
This commit is contained in:
parent
597da90622
commit
291fba0ba4
@ -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…
x
Reference in New Issue
Block a user