mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Improve title, make minor corrections (#13091)
The title on this page was rather unclear. Also made some cosmetic improvements.
This commit is contained in:
parent
e7c035018d
commit
1a89687101
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user