mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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
@ -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…
x
Reference in New Issue
Block a user