mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Added documentation for "autobypass" option added to the AlarmDecoder integration (#11470)
* Added documentation for "autobypass" option added to the AlarmDecoder integration * Update source/_integrations/alarmdecoder.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Removed the autobypass option from the default configuration, as suggested * Minor text change * Jekyll build is failing, so trying to spot the problem * Update source/_integrations/alarmdecoder.markdown Co-Authored-By: Franck Nijhof <frenck@frenck.nl> * Restored original zone numbers in the example configuration, as it was not related to the preview-deploy problem Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
3f58993701
commit
497dfc4bcb
@ -80,6 +80,11 @@ panel_display:
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
autobypass:
|
||||
description: "If this is set to `true`, then when arming (home or away), it will automatically bypass all open zones (sending '6#')."
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
zones:
|
||||
description: "AlarmDecoder has no way to tell us which zones are actually in use, so each zone must be configured in Home Assistant. For each zone, at least a name must be given. For more information on the available zone types, take a look at the [Binary Sensor](/integrations/alarmdecoder) docs. *Note: If no zones are specified, Home Assistant will not load any binary_sensor integrations.*"
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user