1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-03 04:36:04 +01:00
Files
core/homeassistant/components/xthings_cloud/manifest.json
T
zhangluofeng 4112b2af07 Add Xthings Cloud (#167885)
Co-authored-by: Joostlek <joostlek@outlook.com>
2026-05-12 22:07:39 +02:00

13 lines
366 B
JSON

{
"domain": "xthings_cloud",
"name": "Xthings Cloud",
"codeowners": ["@XthingsJacobs"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/xthings_cloud",
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": ["ha_xthings_cloud"],
"quality_scale": "bronze",
"requirements": ["ha-xthings-cloud==1.0.5"]
}