mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Upgrade RPi.GPIO to 0.6.5 (#19392)
This commit is contained in:
parent
3a1dc16c0d
commit
e60de53404
@ -9,7 +9,7 @@ import logging
|
|||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP)
|
EVENT_HOMEASSISTANT_START, EVENT_HOMEASSISTANT_STOP)
|
||||||
|
|
||||||
REQUIREMENTS = ['RPi.GPIO==0.6.1']
|
REQUIREMENTS = ['RPi.GPIO==0.6.5']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ PyTransportNSW==0.1.1
|
|||||||
PyXiaomiGateway==0.11.1
|
PyXiaomiGateway==0.11.1
|
||||||
|
|
||||||
# homeassistant.components.rpi_gpio
|
# homeassistant.components.rpi_gpio
|
||||||
# RPi.GPIO==0.6.1
|
# RPi.GPIO==0.6.5
|
||||||
|
|
||||||
# homeassistant.components.remember_the_milk
|
# homeassistant.components.remember_the_milk
|
||||||
RtmAPI==0.7.0
|
RtmAPI==0.7.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user