Add integration_type for flick_electric (#81065)
* Add integration_type for flick_electric * Updates from hassfest
This commit is contained in:
parent
00f4933e72
commit
3bfb91d159
2 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["PyFlick==0.0.2"],
|
||||
"codeowners": ["@ZephireNZ"],
|
||||
"iot_class": "cloud_polling",
|
||||
"integration_type": "service",
|
||||
"loggers": ["pyflick"]
|
||||
}
|
||||
|
|
|
@ -1631,7 +1631,7 @@
|
|||
},
|
||||
"flick_electric": {
|
||||
"name": "Flick Electric",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue