Fix remote_rpi_gpio missing requirement (#69488)

This commit is contained in:
Shay Levy 2022-04-07 01:48:47 +03:00 committed by GitHub
parent 95421b1ae7
commit fe8e193225
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -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"]
}

View file

@ -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