1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant/components/simplisafe/manifest.json
2023-08-24 21:11:58 -05:00

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==2023.08.0"]
}