core/homeassistant/components/remote_rpi_gpio/manifest.json

10 lines
294 B
JSON
Raw Normal View History

{
"domain": "remote_rpi_gpio",
"name": "Raspberry Pi Remote GPIO",
"codeowners": [],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/remote_rpi_gpio",
"iot_class": "local_push",
2023-02-08 19:13:46 +00:00
"loggers": ["gpiozero", "pigpio"],
"requirements": ["gpiozero==1.6.2", "pigpio==1.78"]
}