mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
12 lines
326 B
JSON
12 lines
326 B
JSON
{
|
|
"domain": "airtouch4",
|
|
"name": "AirTouch 4",
|
|
"codeowners": ["@samsinnamon"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/airtouch4",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["airtouch4pyapi"],
|
|
"requirements": ["airtouch4pyapi==1.0.5"]
|
|
}
|