mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
12 lines
314 B
JSON
12 lines
314 B
JSON
{
|
|
"domain": "apcupsd",
|
|
"name": "APC UPS Daemon",
|
|
"codeowners": ["@yuxincs"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/apcupsd",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["apcaccess"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["aioapcaccess==1.0.0"]
|
|
}
|