mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Adjust IoT Class of Reolink to local push (#87206)
This commit is contained in:
parent
439232223a
commit
3e087ac88c
@ -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": [
|
||||||
{
|
{
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user