2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "simplisafe",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "SimpliSafe",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/simplisafe",
|
2022-05-08 21:21:18 +00:00
|
|
|
"requirements": ["simplisafe-python==2022.05.1"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@bachya"],
|
2021-10-28 17:07:58 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"dhcp": [
|
2022-03-30 08:56:37 +00:00
|
|
|
{
|
|
|
|
"hostname": "simplisafe*",
|
|
|
|
"macaddress": "30AEA4*"
|
|
|
|
}
|
2022-01-28 21:37:53 +00:00
|
|
|
],
|
|
|
|
"loggers": ["simplipy"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|