* add hysteresis entity
* update PyViCare-neo dependency
* add hysteresis switch on / of entities
* Revert "add hysteresis entity"
This reverts commit dcb5680d0c
.
15 lines
341 B
JSON
15 lines
341 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-neo==0.3.0"]
|
|
}
|