mirror of https://github.com/home-assistant/core
16 lines
338 B
JSON
16 lines
338 B
JSON
{
|
|
"domain": "vicare",
|
|
"name": "Viessmann ViCare",
|
|
"codeowners": ["@CFenner"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "B87424*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/vicare",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["PyViCare"],
|
|
"requirements": ["PyViCare==2.35.0"]
|
|
}
|