core/homeassistant/components/netio/manifest.json

10 lines
234 B
JSON
Raw Normal View History

{
"domain": "netio",
"name": "Netio",
"codeowners": [],
2023-02-08 19:32:43 +00:00
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/netio",
"iot_class": "local_polling",
"requirements": ["pynetio==0.1.9.1"]
}