| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- name: Smart Alarm Siren
- products:
- - id: rtbaqdh2io1pmn19
- name: Smart Siren
- primary_entity:
- entity: select
- name: Status
- icon: "mdi:shield-off-outline"
- dps:
- - id: 116
- type: string
- name: option
- force: true
- mapping:
- - dps_val: "Disarm_"
- value: "Disarmed"
- icon: "mdi:shield-off-outline"
- - dps_val: "Arm_"
- value: "Away Arm"
- icon: "mdi:shield-lock-outline"
- - dps_val: "HomeArm_"
- value: "Home Arm"
- icon: "mdi:shield-home-outline"
- - dps_val: "SOS"
- value: "SOS"
- icon: "mdi:lifebuoy"
- secondary_entities:
- - entity: number
- name: Alarm Time
- category: config
- icon: "mdi:timer"
- mode: box
- dps:
- - id: 105
- type: integer
- name: value
- unit: sec
- range:
- min: 5
- max: 180
- force: true
- - entity: switch
- name: Light
- category: config
- icon: "mdi:alarm-light"
- dps:
- - id: 106
- type: boolean
- name: switch
- force: true
- - entity: binary_sensor
- name: Learning Mode
- icon: "mdi:crosshairs-question"
- category: diagnostic
- dps:
- - id: 111
- type: boolean
- name: sensor
- optional: true
- readonly: true
- - entity: binary_sensor
- name: Remote Control
- icon: "mdi:crosshairs-question"
- category: diagnostic
- dps:
- - id: 112
- type: boolean
- name: sensor
- optional: true
- readonly: true
- - entity: binary_sensor
- name: Alarm display push
- icon: "mdi:crosshairs-question"
- category: diagnostic
- dps:
- - id: 114
- type: string
- name: sensor
- optional: true
- readonly: true
- mapping:
- - dps_val: "ACA="
- value: true
- - value: false
- - entity: binary_sensor
- name: Tamper alarm
- category: diagnostic
- icon: "mdi:crosshairs-question"
- dps:
- - id: 117
- type: string
- name: sensor
- optional: true
- readonly: true
- mapping:
- - dps_val: "1"
- value: true
- - dps_val: "0"
- value: false
- - entity: binary_sensor
- name: Power down alarm
- category: diagnostic
- icon: "mdi:crosshairs-question"
- dps:
- - id: 118
- type: string
- name: sensor
- optional: true
- readonly: true
- mapping:
- - dps_val: "1"
- value: true
- - dps_val: "0"
- value: false
- - entity: binary_sensor
- name: Delete user data
- icon: "mdi:crosshairs-question"
- category: diagnostic
- dps:
- - id: 119
- type: boolean
- name: sensor
- optional: true
- - entity: select
- name: Alarm Volume
- category: config
- icon: "mdi:account-voice"
- dps:
- - id: 120
- type: string
- name: option
- force: true
- mapping:
- - dps_val: "1"
- value: "low"
- - dps_val: "2"
- value: "middle"
- - dps_val: "3"
- value: "high"
- - entity: switch
- name: Sound
- category: config
- icon: "mdi:bullhorn-outline"
- dps:
- - id: 121
- type: boolean
- name: switch
- force: true
- - entity: binary_sensor
- name: Alarm message push
- category: diagnostic
- icon: "mdi:crosshairs-question"
- dps:
- - id: 122
- type: string
- name: sensor
- optional: true
- readonly: true
- mapping:
- - dps_val: "ACA="
- value: true
- - value: false
- - entity: binary_sensor
- name: Arming message push
- category: diagnostic
- icon: "mdi:crosshairs-question"
- dps:
- - id: 123
- type: string
- name: sensor
- optional: true
- readonly: true
- mapping:
- - dps_val: "ACA="
- value: true
- - value: false
- - entity: binary_sensor
- name: Arming at home message push
- category: diagnostic
- icon: "mdi:crosshairs-question"
- dps:
- - id: 124
- type: string
- name: sensor
- optional: true
- readonly: true
- mapping:
- - dps_val: "ACA="
- value: true
- - value: false
- - entity: binary_sensor
- name: Disarm message push
- category: diagnostic
- icon: "mdi:crosshairs-question"
- dps:
- - id: 125
- type: string
- name: sensor
- optional: true
- readonly: true
- mapping:
- - dps_val: "ACA="
- value: true
- - value: false
- - entity: binary_sensor
- name: Accesories low power push
- category: diagnostic
- icon: "mdi:crosshairs-question"
- dps:
- - id: 126
- type: string
- name: sensor
- optional: true
- readonly: true
- mapping:
- - dps_val: "ACA="
- value: true
- - value: false
- - entity: switch
- name: Alarm
- icon: "mdi:alarm-light-outline"
- category: config
- dps:
- - id: 127
- type: boolean
- name: switch
- optional: true
- - entity: binary_sensor
- name: Doorbell push
- category: diagnostic
- icon: "mdi:crosshairs-question"
- dps:
- - id: 128
- type: string
- name: sensor
- optional: true
- readonly: true
- mapping:
- - dps_val: "ACA="
- value: true
- - value: false
|