Improve title, make minor corrections (#13091)

The title on this page was rather unclear. Also made some cosmetic improvements.
This commit is contained in:
Jay 2020-04-22 08:32:08 -05:00 committed by GitHub
parent e7c035018d
commit 1a89687101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
--- ---
title: Manual title: Manual Alarm Control Panel
description: Instructions on how to integrate manual alarms into Home Assistant. description: Instructions on how to integrate manual alarms into Home Assistant.
ha_category: ha_category:
- Alarm - Alarm
@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: manual ha_domain: manual
--- ---
The `manual` alarm control panel platform enables you to set manual alarms in Home Assistant. The `manual` alarm control panel platform enables you to create an alarm system in Home Assistant.
## Configuration ## Configuration
@ -126,9 +126,9 @@ be used for example to sound the siren for a shorter time during the night.
In the configuration example below: In the configuration example below:
- the disarmed state never triggers the alarm; - The `disarmed` state never triggers the alarm.
- the armed_home state will leave no time to leave the building or disarm the alarm; - The `armed_home` state will leave no time to leave the building or disarm the alarm.
- while other states state will give 30 seconds to leave the building before triggering the alarm, and 20 seconds to disarm the alarm when coming back. - The other states will give 30 seconds to leave the building before triggering the alarm, and 20 seconds to disarm the alarm when coming back.
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry