Fix remote_rpi_gpio missing requirement (#69488)
This commit is contained in:
parent
95421b1ae7
commit
fe8e193225
2 changed files with 6 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
"domain": "remote_rpi_gpio",
|
"domain": "remote_rpi_gpio",
|
||||||
"name": "remote_rpi_gpio",
|
"name": "remote_rpi_gpio",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/remote_rpi_gpio",
|
"documentation": "https://www.home-assistant.io/integrations/remote_rpi_gpio",
|
||||||
"requirements": ["gpiozero==1.5.1"],
|
"requirements": ["gpiozero==1.6.2", "pigpio==1.78"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["gpiozero"]
|
"loggers": ["gpiozero", "pigpio"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -740,7 +740,7 @@ googlemaps==2.5.1
|
||||||
goslide-api==0.5.1
|
goslide-api==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.remote_rpi_gpio
|
# homeassistant.components.remote_rpi_gpio
|
||||||
gpiozero==1.5.1
|
gpiozero==1.6.2
|
||||||
|
|
||||||
# homeassistant.components.gpsd
|
# homeassistant.components.gpsd
|
||||||
gps3==0.33.3
|
gps3==0.33.3
|
||||||
|
@ -1201,6 +1201,9 @@ phone_modem==0.1.1
|
||||||
# homeassistant.components.onewire
|
# homeassistant.components.onewire
|
||||||
pi1wire==0.1.0
|
pi1wire==0.1.0
|
||||||
|
|
||||||
|
# homeassistant.components.remote_rpi_gpio
|
||||||
|
pigpio==1.78
|
||||||
|
|
||||||
# homeassistant.components.pilight
|
# homeassistant.components.pilight
|
||||||
pilight==0.1.1
|
pilight==0.1.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue