mirror of
https://github.com/home-assistant/core.git
synced 2026-03-03 08:10:36 +00:00
18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"domain": "airobot",
|
|
"name": "Airobot",
|
|
"codeowners": ["@mettolen"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "airobot-thermostat-*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/airobot",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyairobotrest"],
|
|
"quality_scale": "platinum",
|
|
"requirements": ["pyairobotrest==0.3.0"]
|
|
}
|