Add integration_type to vizio, tomorrowio, zwave_js (#80975)
parent
115a1ceea0
commit
1b3c383558
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
"zeroconf": ["_viziocast._tcp.local."],
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pyvizio"]
|
||||
"loggers": ["pyvizio"],
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
|
|
@ -21,5 +21,6 @@
|
|||
}
|
||||
],
|
||||
"zeroconf": ["_zwave-js-server._tcp.local."],
|
||||
"loggers": ["zwave_js_server"]
|
||||
"loggers": ["zwave_js_server"],
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
|
|
@ -5400,7 +5400,7 @@
|
|||
},
|
||||
"tomorrowio": {
|
||||
"name": "Tomorrow.io",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue