From 170bb801fb0d02e414bccd4c923af7a67f844a86 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Thu, 15 Oct 2020 15:51:00 -0600 Subject: [PATCH] Remove YAML documentation for SimpliSafe (#15251) --- source/_integrations/simplisafe.markdown | 26 ++---------------------- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/source/_integrations/simplisafe.markdown b/source/_integrations/simplisafe.markdown index aec955d06ee..5f70effebd2 100644 --- a/source/_integrations/simplisafe.markdown +++ b/source/_integrations/simplisafe.markdown @@ -29,30 +29,8 @@ There is currently support for the following device types within Home Assistant: ## Configuration -To enable this component, add the following lines to your `configuration.yaml`: - -```yaml -# Example configuration.yaml entry -simplisafe: - accounts: - - username: user@email.com - password: password123 -``` - -{% configuration %} -username: - description: The email address of a SimpliSafe account. - required: true - type: string -password: - description: The password of a SimpliSafe account. - required: true - type: string -code: - description: A code to enable or disable the alarm in the frontend. *Under normal operation, the integration doesn’t need a SimpliSafe keypad code.* - required: false - type: string -{% endconfiguration %} +This integration can be configured via the Home Assistant UI by navigating to +**Configuration** -> **Integrations**. ## Services