mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
Add configuration URL for SimpliSafe (#60860)
This commit is contained in:
parent
0723b1c539
commit
9aa0994809
@ -106,13 +106,13 @@ ATTR_PIN_VALUE = "pin"
|
||||
ATTR_SYSTEM_ID = "system_id"
|
||||
ATTR_TIMESTAMP = "timestamp"
|
||||
|
||||
DEFAULT_CONFIG_URL = "https://webapp.simplisafe.com/new/#/dashboard"
|
||||
DEFAULT_ENTITY_MODEL = "alarm_control_panel"
|
||||
DEFAULT_ENTITY_NAME = "Alarm Control Panel"
|
||||
DEFAULT_ERROR_THRESHOLD = 2
|
||||
DEFAULT_SCAN_INTERVAL = timedelta(seconds=30)
|
||||
DEFAULT_SOCKET_MIN_RETRY = 15
|
||||
|
||||
|
||||
DISPATCHER_TOPIC_WEBSOCKET_EVENT = "simplisafe_websocket_event_{0}"
|
||||
|
||||
EVENT_SIMPLISAFE_EVENT = "SIMPLISAFE_EVENT"
|
||||
@ -650,6 +650,7 @@ class SimpliSafeEntity(CoordinatorEntity):
|
||||
}
|
||||
|
||||
self._attr_device_info = DeviceInfo(
|
||||
configuration_url=DEFAULT_CONFIG_URL,
|
||||
identifiers={(DOMAIN, serial)},
|
||||
manufacturer="SimpliSafe",
|
||||
model=model,
|
||||
|
Loading…
x
Reference in New Issue
Block a user