hircr_remote_control.yaml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. name: IR remote control
  2. # originally misspelled
  3. legacy_type: hircr_reemote_control
  4. products:
  5. - id: nuzvlkjtqgsjbjfh
  6. manufacturer: Senda
  7. entities:
  8. - entity: remote
  9. dps:
  10. - id: 1
  11. type: string
  12. name: control
  13. - id: 2
  14. type: string
  15. optional: true
  16. persist: false
  17. name: receive
  18. - id: 3
  19. type: string
  20. optional: true
  21. name: send
  22. - id: 4
  23. type: string
  24. optional: true
  25. name: key_code
  26. - id: 5
  27. type: string
  28. optional: true
  29. name: key_code2
  30. - id: 6
  31. type: string
  32. optional: true
  33. name: key_code3
  34. - id: 7
  35. type: string
  36. optional: true
  37. name: key_study
  38. - id: 8
  39. type: string
  40. optional: true
  41. name: key_study2
  42. - id: 9
  43. type: string
  44. optional: true
  45. name: key_study3
  46. - id: 10
  47. type: integer
  48. optional: true
  49. name: delay
  50. range:
  51. min: 0
  52. max: 65535
  53. mapping:
  54. - scale: 10
  55. unit: ms
  56. - id: 11
  57. type: string
  58. optional: true
  59. name: key_code4
  60. - id: 12
  61. type: string
  62. optional: true
  63. name: key_study4
  64. - id: 13
  65. type: integer
  66. optional: true
  67. name: code_type
  68. range:
  69. min: 0
  70. max: 255
  71. - entity: infrared
  72. dps:
  73. - id: 1
  74. type: string
  75. name: control
  76. - id: 3
  77. type: string
  78. optional: true
  79. name: send
  80. - id: 13
  81. type: integer
  82. optional: true
  83. name: code_type
  84. range:
  85. min: 0
  86. max: 255