Skip to content

Commit e589037

Browse files
authored
Add integration_type device to daikin (home-assistant#158926)
1 parent b8ab0bc commit e589037

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/daikin/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"codeowners": ["@fredrike"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/daikin",
7+
"integration_type": "device",
78
"iot_class": "local_polling",
89
"loggers": ["pydaikin"],
910
"requirements": ["pydaikin==2.17.1"],

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@
11941194
},
11951195
"daikin": {
11961196
"name": "Daikin AC",
1197-
"integration_type": "hub",
1197+
"integration_type": "device",
11981198
"config_flow": true,
11991199
"iot_class": "local_polling"
12001200
},

0 commit comments

Comments
 (0)