diff --git a/source/_integrations/simplisafe.markdown b/source/_integrations/simplisafe.markdown index 868dea4de64..6698c08e5e8 100644 --- a/source/_integrations/simplisafe.markdown +++ b/source/_integrations/simplisafe.markdown @@ -74,10 +74,6 @@ Copy/paste this code parameter into Home Assistant to finish setting up the inte ## Services -Note that the `system_id` parameter required by the below service calls can be discovered -by looking at the device state attributes for the integration's `alarm_control_panel` -entity. - ### `simplisafe.clear_notifications` Clear any existing notifications within the SimpliSafe cloud; this will mark existing @@ -90,8 +86,7 @@ Remove a SimpliSafe PIN (by label or PIN value). | Service Data Attribute | Optional | Description | | ---------------------- | -------- | -------------------------------- | -| `system_id` | no | The ID of a SimpliSafe system | -| `label_or_pin` | no | The PIN label or value to remove | +| `label_or_pin` | no | The PIN label or value to remove | ### `simplisafe.set_pin` @@ -99,32 +94,23 @@ Set a SimpliSafe PIN. | Service Data Attribute | Optional | Description | | ---------------------- | -------- | ------------------------------------------- | -| `system_id` | no | The ID of the system to remove the PIN from | -| `label` | no | The label to show in the SimpliSafe UI | -| `pin` | no | The PIN value to use | +| `label` | no | The label to show in the SimpliSafe UI | +| `pin` | no | The PIN value to use | ### `simplisafe.system_properties` Set one or more system properties. -For any property denoting a volume, the following values should be used: - -* Off: `0` -* Low: `1` -* Medium: `2` -* High: `3` - | Service Data Attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------------------------------------------- | -| `system_id` | no | The ID of a SimpliSafe system | -| `alarm_duration` | yes | The number of seconds a triggered alarm should sound | -| `chime_volume` | yes | The volume of the door chime | -| `entry_delay_away` | yes | The number of seconds to delay triggering when entering with an "away" state | -| `entry_delay_home` | yes | The number of seconds to delay triggering when entering with a "home" state | -| `exit_delay_away` | yes | The number of seconds to delay triggering when exiting with an "away" state | -| `exit_delay_home` | yes | The number of seconds to delay triggering when exiting with a "home" state | -| `light` | yes | Whether the light on the base station should display when armed | -| `voice_prompt_volume` | yes | The volume of the base station's voice prompts | +| `alarm_duration` | yes | The number of seconds a triggered alarm should sound | +| `chime_volume` | yes | The volume of the door chime | +| `entry_delay_away` | yes | The number of seconds to delay triggering when entering with an "away" state | +| `entry_delay_home` | yes | The number of seconds to delay triggering when entering with a "home" state | +| `exit_delay_away` | yes | The number of seconds to delay triggering when exiting with an "away" state | +| `exit_delay_home` | yes | The number of seconds to delay triggering when exiting with a "home" state | +| `light` | yes | Whether the light on the base station should display when armed | +| `voice_prompt_volume` | yes | The volume of the base station's voice prompts | ## Events