2019-09-06 20:09:03 +00:00
|
|
|
{
|
|
|
|
"domain": "vicare",
|
|
|
|
"name": "Viessmann ViCare",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/vicare",
|
2019-09-06 20:09:03 +00:00
|
|
|
"codeowners": ["@oischinger"],
|
2022-05-25 06:30:21 +00:00
|
|
|
"requirements": ["PyViCare==2.16.2"],
|
2021-11-22 14:06:42 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"config_flow": true,
|
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"macaddress": "B87424*"
|
|
|
|
}
|
2022-01-28 21:37:53 +00:00
|
|
|
],
|
|
|
|
"loggers": ["PyViCare"]
|
2019-09-06 20:09:03 +00:00
|
|
|
}
|