rl_video_lock.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. name: Video intercom
  2. primary_entity:
  3. entity: camera
  4. dps:
  5. - id: 150
  6. name: record
  7. type: boolean
  8. optional: true
  9. mapping:
  10. - dps_val: null
  11. value: false
  12. - id: 154
  13. name: snapshot
  14. type: base64
  15. optional: true
  16. sensitive: true
  17. - id: 191
  18. name: smart_action
  19. type: string
  20. optional: true
  21. secondary_entities:
  22. - entity: lock
  23. name: Lock 1
  24. dps:
  25. - id: 148
  26. type: boolean
  27. name: lock
  28. - entity: lock
  29. name: Lock 2
  30. dps:
  31. - id: 232
  32. type: boolean
  33. name: lock
  34. - entity: event
  35. class: doorbell
  36. category: diagnostic
  37. dps:
  38. - id: 136
  39. type: string
  40. name: event
  41. optional: true
  42. mapping:
  43. - dps_val: ""
  44. value: null
  45. - value: ring
  46. - entity: binary_sensor
  47. name: Doorbell
  48. deprecated: event_doorbell
  49. class: sound
  50. category: diagnostic
  51. dps:
  52. - id: 136
  53. type: string
  54. name: sensor
  55. optional: true
  56. persist: false
  57. mapping:
  58. - dps_val: null
  59. value: false
  60. - dps_val: ""
  61. value: false
  62. - value: true
  63. - id: 136
  64. type: string
  65. name: details
  66. optional: true
  67. persist: false