Add integration_type for flick_electric (#81065)

* Add integration_type for flick_electric

* Updates from hassfest
This commit is contained in:
Brynley McDonald 2022-11-16 19:27:09 +13:00 committed by GitHub
parent 00f4933e72
commit 3bfb91d159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -6,5 +6,6 @@
"requirements": ["PyFlick==0.0.2"],
"codeowners": ["@ZephireNZ"],
"iot_class": "cloud_polling",
"integration_type": "service",
"loggers": ["pyflick"]
}

View file

@ -1631,7 +1631,7 @@
},
"flick_electric": {
"name": "Flick Electric",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},