mirror of https://github.com/home-assistant/core
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"domain": "simplisafe",
|
|
"name": "SimpliSafe",
|
|
"codeowners": ["@bachya"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "simplisafe*",
|
|
"macaddress": "30AEA4*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/simplisafe",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["simplipy"],
|
|
"requirements": ["simplisafe-python==2024.01.0"]
|
|
}
|