mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Upgrade pyqwikswitch to 0.71 (#13920)
This commit is contained in:
parent
9677bc081e
commit
517fb2e983
@ -18,7 +18,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
from homeassistant.components.light import ATTR_BRIGHTNESS
|
from homeassistant.components.light import ATTR_BRIGHTNESS
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pyqwikswitch==0.7']
|
REQUIREMENTS = ['pyqwikswitch==0.71']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -888,7 +888,7 @@ pyowm==2.8.0
|
|||||||
pypollencom==1.1.1
|
pypollencom==1.1.1
|
||||||
|
|
||||||
# homeassistant.components.qwikswitch
|
# homeassistant.components.qwikswitch
|
||||||
pyqwikswitch==0.7
|
pyqwikswitch==0.71
|
||||||
|
|
||||||
# homeassistant.components.rainbird
|
# homeassistant.components.rainbird
|
||||||
pyrainbird==0.1.3
|
pyrainbird==0.1.3
|
||||||
|
@ -146,7 +146,7 @@ pymonoprice==0.3
|
|||||||
pynx584==0.4
|
pynx584==0.4
|
||||||
|
|
||||||
# homeassistant.components.qwikswitch
|
# homeassistant.components.qwikswitch
|
||||||
pyqwikswitch==0.7
|
pyqwikswitch==0.71
|
||||||
|
|
||||||
# homeassistant.components.sensor.darksky
|
# homeassistant.components.sensor.darksky
|
||||||
# homeassistant.components.weather.darksky
|
# homeassistant.components.weather.darksky
|
||||||
|
Loading…
x
Reference in New Issue
Block a user