2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "sensibo",
|
|
|
|
"name": "Sensibo",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/sensibo",
|
2022-03-02 22:20:10 +00:00
|
|
|
"requirements": ["pysensibo==1.0.8"],
|
2021-12-22 20:32:50 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"codeowners": ["@andrey-git", "@gjohansson-ST"],
|
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"homekit": {
|
|
|
|
"models": ["Sensibo"]
|
2022-01-28 21:37:53 +00:00
|
|
|
},
|
2022-02-11 22:27:00 +00:00
|
|
|
"dhcp": [
|
|
|
|
{"hostname":"sensibo*"}
|
2022-02-19 18:00:49 +00:00
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"loggers": ["pysensibo"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|