mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Add integration_type to vizio, tomorrowio, zwave_js (#80975)
This commit is contained in:
parent
115a1ceea0
commit
1b3c383558
@ -5,5 +5,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/tomorrowio",
|
"documentation": "https://www.home-assistant.io/integrations/tomorrowio",
|
||||||
"requirements": ["pytomorrowio==0.3.5"],
|
"requirements": ["pytomorrowio==0.3.5"],
|
||||||
"codeowners": ["@raman325", "@lymanepp"],
|
"codeowners": ["@raman325", "@lymanepp"],
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling",
|
||||||
|
"loggers": ["pytomorrowio"],
|
||||||
|
"integration_type": "service"
|
||||||
}
|
}
|
||||||
|
@ -8,5 +8,6 @@
|
|||||||
"zeroconf": ["_viziocast._tcp.local."],
|
"zeroconf": ["_viziocast._tcp.local."],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pyvizio"]
|
"loggers": ["pyvizio"],
|
||||||
|
"integration_type": "hub"
|
||||||
}
|
}
|
||||||
|
@ -21,5 +21,6 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"zeroconf": ["_zwave-js-server._tcp.local."],
|
"zeroconf": ["_zwave-js-server._tcp.local."],
|
||||||
"loggers": ["zwave_js_server"]
|
"loggers": ["zwave_js_server"],
|
||||||
|
"integration_type": "hub"
|
||||||
}
|
}
|
||||||
|
@ -5400,7 +5400,7 @@
|
|||||||
},
|
},
|
||||||
"tomorrowio": {
|
"tomorrowio": {
|
||||||
"name": "Tomorrow.io",
|
"name": "Tomorrow.io",
|
||||||
"integration_type": "hub",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user