core/homeassistant/components/ubus/manifest.json

10 lines
246 B
JSON
Raw Normal View History

{
"domain": "ubus",
"name": "OpenWrt (ubus)",
2022-01-16 12:47:13 +00:00
"codeowners": [],
2023-02-08 19:41:50 +00:00
"documentation": "https://www.home-assistant.io/integrations/ubus",
"iot_class": "local_polling",
2023-02-08 19:41:50 +00:00
"loggers": ["openwrt"],
"requirements": ["openwrt-ubus-rpc==0.0.2"]
}