mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Fix remote_rpi_gpio missing requirement (#69488)
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
"domain": "remote_rpi_gpio",
|
||||
"name": "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": [],
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["gpiozero"]
|
||||
"loggers": ["gpiozero", "pigpio"]
|
||||
}
|
||||
|
@ -740,7 +740,7 @@ googlemaps==2.5.1
|
||||
goslide-api==0.5.1
|
||||
|
||||
# homeassistant.components.remote_rpi_gpio
|
||||
gpiozero==1.5.1
|
||||
gpiozero==1.6.2
|
||||
|
||||
# homeassistant.components.gpsd
|
||||
gps3==0.33.3
|
||||
@ -1201,6 +1201,9 @@ phone_modem==0.1.1
|
||||
# homeassistant.components.onewire
|
||||
pi1wire==0.1.0
|
||||
|
||||
# homeassistant.components.remote_rpi_gpio
|
||||
pigpio==1.78
|
||||
|
||||
# homeassistant.components.pilight
|
||||
pilight==0.1.1
|
||||
|
||||
|
Reference in New Issue
Block a user