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

Add integration_type device to daikin (#158926)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 06:40:29 +01:00
committed by GitHub
parent b8ab0bcadf
commit e5890378a1
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@fredrike"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/daikin",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["pydaikin"],
"requirements": ["pydaikin==2.17.1"],

View File

@@ -1194,7 +1194,7 @@
},
"daikin": {
"name": "Daikin AC",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},