core/homeassistant/components/adax/manifest.json

14 lines
275 B
JSON
Raw Normal View History

{
"domain": "adax",
"name": "Adax",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/adax",
"requirements": [
2021-12-08 02:48:16 +00:00
"adax==0.2.0", "Adax-local==0.1.1"
],
"codeowners": [
"@danielhiversen"
],
2021-12-08 02:48:16 +00:00
"iot_class": "local_polling"
}