mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add doc for infer_arming_state option in ness_alarm (#9031)
* Add doc for infer_arming_state option in ness_alarm
* ✏️ Tweak
This commit is contained in:
parent
454c421093
commit
2da857cca1
@ -64,6 +64,11 @@ scan_interval:
|
|||||||
required: false
|
required: false
|
||||||
default: '00:01:00'
|
default: '00:01:00'
|
||||||
type: time
|
type: time
|
||||||
|
infer_arming_state:
|
||||||
|
description: Infer the disarmed arming state only via system status events. This works around a bug with some panels (`<v5.8`) which emit `update.status = []` when they are armed.
|
||||||
|
required: false
|
||||||
|
default: false
|
||||||
|
type: boolean
|
||||||
zones:
|
zones:
|
||||||
description: List of zones to add
|
description: List of zones to add
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user