orion_sc009ha_camera.yaml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. name: Indoor Camera
  2. products:
  3. - id: uhvuchdkaimx0hfu
  4. name: Orion SC009HA1
  5. - id: 2g8r2qybiaxbl9xx
  6. name: Orion SC009HA2
  7. primary_entity:
  8. entity: camera
  9. dps:
  10. - id: 134
  11. type: boolean
  12. name: motion_enable
  13. optional: true
  14. - id: 150
  15. type: boolean
  16. name: record
  17. optional: true
  18. - id: 115
  19. type: base64
  20. optional: true
  21. sensitive: true
  22. name: snapshot
  23. - id: 105
  24. type: boolean
  25. name: switch
  26. optional: true
  27. mapping:
  28. - dps_val: true
  29. value: false
  30. - dps_val: false
  31. value: true
  32. - dps_val: null
  33. value: true
  34. secondary_entities:
  35. - entity: light
  36. class: indicator
  37. dps:
  38. - id: 101
  39. type: boolean
  40. name: switch
  41. optional: true
  42. - entity: switch
  43. name: Flip image
  44. icon: "mdi:flip-horizontal"
  45. dps:
  46. - id: 103
  47. type: boolean
  48. name: switch
  49. optional: true
  50. - entity: switch
  51. name: Timestamp
  52. icon: "mdi:clock-time-eight"
  53. dps:
  54. - id: 104
  55. type: boolean
  56. name: switch
  57. optional: true
  58. - entity: select
  59. name: Motion sensitivity
  60. icon: "mdi:motion-sensor"
  61. dps:
  62. - id: 106
  63. type: string
  64. name: option
  65. optional: true
  66. mapping:
  67. - dps_val: 0
  68. value: Low
  69. - dps_val: 1
  70. value: Medium
  71. - dps_val: 2
  72. value: High
  73. - dps_val: null
  74. value: High
  75. - entity: select
  76. name: Night vision
  77. icon: "mdi:weather-night"
  78. dps:
  79. - id: 108
  80. type: string
  81. name: option
  82. optional: true
  83. mapping:
  84. - dps_val: 0
  85. value: auto
  86. - dps_val: 1
  87. value: "off"
  88. - dps_val: 2
  89. value: "on"
  90. - dps_val: null
  91. value: "off"
  92. - entity: button
  93. name: SD format
  94. icon: "mdi:micro-sd"
  95. dps:
  96. - id: 111
  97. type: boolean
  98. name: button
  99. optional: true
  100. - entity: button
  101. name: PTZ stop
  102. icon: "mdi:stop-circle"
  103. dps:
  104. - id: 116
  105. type: boolean
  106. name: button
  107. optional: true
  108. - entity: select
  109. name: PTZ control
  110. icon: "mdi:cursor-move"
  111. dps:
  112. - id: 119
  113. type: string
  114. name: option
  115. optional: true
  116. mapping:
  117. - dps_val: 0
  118. value: up
  119. - dps_val: 1
  120. value: right-up
  121. - dps_val: 2
  122. value: right
  123. - dps_val: 3
  124. value: right-down
  125. - dps_val: 4
  126. value: down
  127. - dps_val: 5
  128. value: left-down
  129. - dps_val: 6
  130. value: left
  131. - dps_val: 7
  132. value: left-up
  133. - entity: switch
  134. name: Sound detection
  135. icon: "mdi:ear-hearing"
  136. dps:
  137. - id: 139
  138. type: boolean
  139. name: switch
  140. optional: true
  141. - entity: select
  142. name: Sound sensitivity
  143. icon: "mdi:ear-hearing"
  144. dps:
  145. - id: 140
  146. type: string
  147. name: option
  148. optional: true
  149. mapping:
  150. - dps_val: 0
  151. value: Low
  152. - dps_val: 1
  153. value: High
  154. # following should be a binary_sensor, but we don't know the mapping
  155. # if it is another snapshot, then it should be moved to camera and
  156. # snapshot made to redirect when null
  157. - id: 141
  158. type: string
  159. name: sensor
  160. optional: true
  161. - entity: select
  162. name: Recording mode
  163. icon: "mdi:video"
  164. dps:
  165. - id: 151
  166. type: string
  167. name: option
  168. optional: true
  169. mapping:
  170. - dps_val: 1
  171. value: Event
  172. - dps_val: 2
  173. value: Continuous
  174. - entity: switch
  175. name: Motion tracking
  176. icon: "mdi:motion-sensor"
  177. dps:
  178. - id: 161
  179. type: boolean
  180. name: switch
  181. optional: true
  182. - entity: switch
  183. name: Human filter
  184. icon: "mdi:human-male-female"
  185. dps:
  186. - id: 170
  187. type: boolean
  188. name: switch
  189. optional: true