mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
15 lines
417 B
JSON
15 lines
417 B
JSON
{
|
|
"domain": "yoto",
|
|
"name": "Yoto",
|
|
"codeowners": ["@cdnninja", "@piitaya"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"dhcp": [{ "hostname": "yoto-*" }],
|
|
"documentation": "https://www.home-assistant.io/integrations/yoto",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["yoto_api"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["yoto-api==4.3.2"]
|
|
}
|