mirror of https://github.com/home-assistant/core
17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"domain": "verisure",
|
|
"name": "Verisure",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "0023C1*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/verisure",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["verisure"],
|
|
"requirements": ["vsure==2.6.7"]
|
|
}
|