mirror of https://github.com/home-assistant/core
19 lines
398 B
JSON
19 lines
398 B
JSON
{
|
|
"domain": "sensibo",
|
|
"name": "Sensibo",
|
|
"codeowners": ["@andrey-git", "@gjohansson-ST"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "sensibo*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/sensibo",
|
|
"homekit": {
|
|
"models": ["Sensibo"]
|
|
},
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pysensibo"],
|
|
"requirements": ["pysensibo==1.1.0"]
|
|
}
|