Add integration_type to vizio, tomorrowio, zwave_js (#80975)

This commit is contained in:
Raman Gupta 2022-10-25 17:31:44 -04:00 committed by GitHub
parent 115a1ceea0
commit 1b3c383558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -5,5 +5,7 @@
"documentation": "https://www.home-assistant.io/integrations/tomorrowio",
"requirements": ["pytomorrowio==0.3.5"],
"codeowners": ["@raman325", "@lymanepp"],
"iot_class": "cloud_polling"
"iot_class": "cloud_polling",
"loggers": ["pytomorrowio"],
"integration_type": "service"
}

View File

@ -8,5 +8,6 @@
"zeroconf": ["_viziocast._tcp.local."],
"quality_scale": "platinum",
"iot_class": "local_polling",
"loggers": ["pyvizio"]
"loggers": ["pyvizio"],
"integration_type": "hub"
}

View File

@ -21,5 +21,6 @@
}
],
"zeroconf": ["_zwave-js-server._tcp.local."],
"loggers": ["zwave_js_server"]
"loggers": ["zwave_js_server"],
"integration_type": "hub"
}

View File

@ -5400,7 +5400,7 @@
},
"tomorrowio": {
"name": "Tomorrow.io",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},