Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: RobinBolder <33325401+RobinBolder@users.noreply.github.com> Co-authored-by: Tobias Lindaaker <tobias@thobe.org>
16 lines
371 B
JSON
16 lines
371 B
JSON
{
|
|
"domain": "verisure",
|
|
"name": "Verisure",
|
|
"codeowners": ["@frenck", "@niro1987"],
|
|
"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.1"]
|
|
}
|