mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
11 lines
280 B
JSON
11 lines
280 B
JSON
{
|
|
"domain": "airtouch5",
|
|
"name": "AirTouch 5",
|
|
"codeowners": ["@danzel"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/airtouch5",
|
|
"iot_class": "local_push",
|
|
"loggers": ["airtouch5py"],
|
|
"requirements": ["airtouch5py==0.3.0"]
|
|
}
|