camnsmart_e27_camera.yaml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. name: Camera
  2. products:
  3. - id: ivdxyvyy8aqzm1ix
  4. manufacturer: Camnsmart
  5. model: E27TY
  6. entities:
  7. - entity: camera
  8. dps:
  9. - id: 109
  10. type: string
  11. name: memory_card_capacity
  12. - id: 134
  13. type: boolean
  14. name: motion_enable
  15. optional: true
  16. - id: 150
  17. type: boolean
  18. name: record
  19. optional: true
  20. - id: 178
  21. type: string
  22. name: log_event
  23. optional: true
  24. - id: 185
  25. type: string
  26. name: log_message
  27. optional: true
  28. - entity: light
  29. translation_key: indicator
  30. category: config
  31. dps:
  32. - id: 101
  33. type: boolean
  34. name: switch
  35. optional: true
  36. - entity: button
  37. name: PTZ up
  38. icon: "mdi:pan-up"
  39. category: config
  40. dps:
  41. - id: 119
  42. type: string
  43. name: button
  44. optional: true
  45. mapping:
  46. - dps_val: "0"
  47. value: true
  48. - value: false
  49. - entity: button
  50. name: PTZ right-up
  51. icon: "mdi:top-right"
  52. category: config
  53. dps:
  54. - id: 119
  55. type: string
  56. name: button
  57. optional: true
  58. mapping:
  59. - dps_val: "1"
  60. value: true
  61. - value: false
  62. - entity: button
  63. name: PTZ right
  64. icon: "mdi:pan-right"
  65. category: config
  66. dps:
  67. - id: 119
  68. type: string
  69. name: button
  70. optional: true
  71. mapping:
  72. - dps_val: "2"
  73. value: true
  74. - value: false
  75. - entity: button
  76. name: PTZ right-down
  77. icon: "mdi:pan-bottom-right"
  78. category: config
  79. dps:
  80. - id: 119
  81. type: string
  82. name: button
  83. optional: true
  84. mapping:
  85. - dps_val: "3"
  86. value: true
  87. - value: false
  88. - entity: button
  89. name: PTZ down
  90. icon: "mdi:pan-down"
  91. category: config
  92. dps:
  93. - id: 119
  94. type: string
  95. name: button
  96. optional: true
  97. mapping:
  98. - dps_val: "4"
  99. value: true
  100. - value: false
  101. - entity: button
  102. name: PTZ left-down
  103. icon: "mdi:pan-bottom-left"
  104. category: config
  105. dps:
  106. - id: 119
  107. type: string
  108. name: button
  109. optional: true
  110. mapping:
  111. - dps_val: "5"
  112. value: true
  113. - value: false
  114. - entity: button
  115. name: PTZ left
  116. icon: "mdi:pan-left"
  117. category: config
  118. dps:
  119. - id: 119
  120. type: string
  121. name: button
  122. optional: true
  123. mapping:
  124. - dps_val: "6"
  125. value: true
  126. - value: false
  127. - entity: button
  128. name: PTZ left-up
  129. icon: "mdi:pan-top-left"
  130. category: config
  131. dps:
  132. - id: 119
  133. type: string
  134. name: button
  135. optional: true
  136. mapping:
  137. - dps_val: "7"
  138. value: true
  139. - value: false
  140. - entity: switch
  141. name: Auto siren
  142. icon: "mdi:bullhorn"
  143. category: config
  144. dps:
  145. - id: 120
  146. type: boolean
  147. name: switch
  148. optional: true
  149. - entity: select
  150. name: Nightvision
  151. icon: "mdi:weather-night"
  152. category: config
  153. dps:
  154. - id: 124
  155. type: string
  156. name: option
  157. optional: true
  158. mapping:
  159. - dps_val: auto
  160. value: Auto
  161. - dps_val: ir_mode
  162. value: "On"
  163. - dps_val: color_mode
  164. value: "Off"
  165. - entity: light
  166. name: Floodlight
  167. icon: "mdi:light-flood-down"
  168. category: config
  169. dps:
  170. - id: 138
  171. type: boolean
  172. name: switch
  173. optional: true
  174. - id: 158
  175. type: integer
  176. name: brightness
  177. optional: true
  178. range:
  179. min: 1
  180. max: 100
  181. - entity: select
  182. name: Recording mode
  183. icon: "mdi:file-video"
  184. category: config
  185. dps:
  186. - id: 151
  187. type: string
  188. name: option
  189. optional: true
  190. mapping:
  191. - dps_val: "1"
  192. value: Event
  193. - dps_val: "2"
  194. value: Continuous
  195. - entity: switch
  196. name: Motion tracking
  197. icon: "mdi:motion-sensor"
  198. category: config
  199. dps:
  200. - id: 161
  201. type: boolean
  202. name: switch
  203. optional: true
  204. mapping:
  205. - dps_val: false
  206. icon: "mdi:motion-sensor-off"
  207. - entity: button
  208. class: restart
  209. name: Restart
  210. category: config
  211. dps:
  212. - id: 162
  213. type: boolean
  214. name: button
  215. optional: true
  216. - entity: select
  217. name: Zoom
  218. category: config
  219. icon: "mdi:magnify"
  220. dps:
  221. - id: 163
  222. type: string
  223. name: option
  224. optional: true
  225. mapping:
  226. - dps_val: "0"
  227. value: Zoom out
  228. icon: "mdi:magnify-minus"
  229. - dps_val: "1"
  230. value: Zoom in
  231. icon: "mdi:magnify-plus"
  232. - entity: button
  233. name: Stop zooming
  234. icon: "mdi:magnify-close"
  235. category: config
  236. dps:
  237. - id: 164
  238. type: boolean
  239. name: button
  240. optional: true
  241. - entity: switch
  242. name: Limit motion detection area
  243. icon: "mdi:picture-in-picture-top-right-outline"
  244. category: config
  245. dps:
  246. - id: 168
  247. type: boolean
  248. name: switch
  249. optional: true
  250. - id: 169
  251. type: string
  252. name: area
  253. optional: true
  254. - entity: switch
  255. name: Human detection
  256. icon: "mdi:human"
  257. category: config
  258. dps:
  259. - id: 170
  260. type: boolean
  261. name: switch
  262. optional: true
  263. - entity: number
  264. name: Light duration
  265. category: config
  266. icon: "mdi:light-flood-down"
  267. dps:
  268. - id: 173
  269. type: integer
  270. name: value
  271. optional: true
  272. unit: s
  273. range:
  274. min: 0
  275. max: 3600