1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add integration_type device to airtouch4 (#158833)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 08:41:17 +01:00
committed by GitHub
parent 54adfdd694
commit 510e391ee4
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"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"]

View File

@@ -160,7 +160,7 @@
},
"airtouch4": {
"name": "AirTouch 4",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},