1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/remote_rpi_gpio/manifest.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"]
}