mirror of https://github.com/home-assistant/core
11 lines
323 B
JSON
11 lines
323 B
JSON
{
|
|
"domain": "remote_rpi_gpio",
|
|
"name": "Raspberry Pi Remote GPIO",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/remote_rpi_gpio",
|
|
"iot_class": "local_push",
|
|
"loggers": ["gpiozero", "pigpio"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["gpiozero==1.6.2", "pigpio==1.78"]
|
|
}
|