Adjust IoT Class of Reolink to local push (#87206)

This commit is contained in:
Franck Nijhof 2023-02-02 20:33:17 +01:00 committed by GitHub
parent 439232223a
commit 3e087ac88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"requirements": ["reolink-aio==0.3.2"], "requirements": ["reolink-aio==0.3.2"],
"dependencies": ["webhook"], "dependencies": ["webhook"],
"codeowners": ["@starkillerOG"], "codeowners": ["@starkillerOG"],
"iot_class": "local_polling", "iot_class": "local_push",
"loggers": ["reolink_aio"], "loggers": ["reolink_aio"],
"dhcp": [ "dhcp": [
{ {

View File

@ -4476,7 +4476,7 @@
"name": "Reolink IP NVR/camera", "name": "Reolink IP NVR/camera",
"integration_type": "hub", "integration_type": "hub",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling" "iot_class": "local_push"
}, },
"repetier": { "repetier": {
"name": "Repetier-Server", "name": "Repetier-Server",