ts106_alarm.yaml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. name: Alarm system
  2. products:
  3. - id: htpbvowq2gkxx3bx
  4. model: TS106
  5. entities:
  6. - entity: alarm_control_panel
  7. dps:
  8. - id: 101
  9. type: string
  10. name: alarm_state
  11. mapping:
  12. - dps_val: disarm
  13. value: disarmed
  14. - dps_val: arm
  15. value: armed_away
  16. - dps_val: stay
  17. value: armed_home
  18. - dps_val: sos
  19. value: triggered
  20. - id: 101
  21. type: string
  22. name: trigger
  23. mapping:
  24. - dps_val: sos
  25. value: true
  26. - value_mirror: alarm_linkage
  27. - id: 102
  28. type: string
  29. optional: true
  30. name: remote
  31. - id: 103
  32. type: string
  33. optional: true
  34. name: detector
  35. - id: 104
  36. type: string
  37. optional: true
  38. name: phone_number
  39. - id: 105
  40. type: string
  41. optional: true
  42. name: sms_number
  43. - id: 106
  44. type: string
  45. optional: true
  46. name: password
  47. - id: 111
  48. type: string
  49. optional: true
  50. name: timing_arm_disarm
  51. - id: 115
  52. type: string
  53. optional: true
  54. name: detector_1
  55. - id: 116
  56. type: string
  57. optional: true
  58. name: detector_2
  59. - id: 117
  60. type: string
  61. optional: true
  62. name: alarm
  63. - id: 118
  64. type: string
  65. optional: true
  66. name: normal_push_info
  67. - id: 119
  68. type: string
  69. optional: true
  70. name: urgent_push_info
  71. - id: 120
  72. type: string
  73. optional: true
  74. name: intelligent_voice
  75. - id: 121
  76. type: boolean
  77. name: alarm_linkage
  78. - entity: button
  79. translation_key: factory_reset
  80. category: config
  81. dps:
  82. - id: 107
  83. type: boolean
  84. name: button
  85. optional: true
  86. - entity: binary_sensor
  87. class: power
  88. category: diagnostic
  89. dps:
  90. - id: 110
  91. type: boolean
  92. name: sensor
  93. - entity: siren
  94. dps:
  95. - id: 112
  96. type: boolean
  97. name: switch
  98. - id: 113
  99. type: integer
  100. name: duration
  101. range:
  102. min: 0
  103. max: 20
  104. unit: min
  105. - id: 114
  106. type: string
  107. name: volume_level
  108. mapping:
  109. - dps_val: L
  110. value: 0.33
  111. - dps_val: M
  112. value: 0.67
  113. - dps_val: H
  114. value: 1.0
  115. - entity: light
  116. class: indicator
  117. category: config
  118. dps:
  119. - id: 122
  120. type: boolean
  121. name: switch