| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- name: Alarm system
- products:
- - id: htpbvowq2gkxx3bx
- model: TS106
- entities:
- - entity: alarm_control_panel
- dps:
- - id: 101
- type: string
- name: alarm_state
- mapping:
- - dps_val: disarm
- value: disarmed
- - dps_val: arm
- value: armed_away
- - dps_val: stay
- value: armed_home
- - dps_val: sos
- value: triggered
- - id: 101
- type: string
- name: trigger
- mapping:
- - dps_val: sos
- value: true
- - value_mirror: alarm_linkage
- - id: 102
- type: string
- optional: true
- name: remote
- - id: 103
- type: string
- optional: true
- name: detector
- - id: 104
- type: string
- optional: true
- name: phone_number
- - id: 105
- type: string
- optional: true
- name: sms_number
- - id: 106
- type: string
- optional: true
- name: password
- - id: 111
- type: string
- optional: true
- name: timing_arm_disarm
- - id: 115
- type: string
- optional: true
- name: detector_1
- - id: 116
- type: string
- optional: true
- name: detector_2
- - id: 117
- type: string
- optional: true
- name: alarm
- - id: 118
- type: string
- optional: true
- name: normal_push_info
- - id: 119
- type: string
- optional: true
- name: urgent_push_info
- - id: 120
- type: string
- optional: true
- name: intelligent_voice
- - id: 121
- type: boolean
- name: alarm_linkage
- - entity: button
- translation_key: factory_reset
- category: config
- dps:
- - id: 107
- type: boolean
- name: button
- optional: true
- - entity: binary_sensor
- class: power
- category: diagnostic
- dps:
- - id: 110
- type: boolean
- name: sensor
- - entity: siren
- dps:
- - id: 112
- type: boolean
- name: switch
- - id: 113
- type: integer
- name: duration
- range:
- min: 0
- max: 20
- unit: min
- - id: 114
- type: string
- name: volume_level
- mapping:
- - dps_val: L
- value: 0.33
- - dps_val: M
- value: 0.67
- - dps_val: H
- value: 1.0
- - entity: light
- class: indicator
- category: config
- dps:
- - id: 122
- type: boolean
- name: switch
|