ir_remote_sensors.yaml 554 B

12345678910111213141516171819202122232425
  1. name: Universal remote control
  2. products:
  3. - id: whs3cty93fzrqkpt
  4. # Remote device is not supported, as it requires sub devices and a new platform
  5. # But we can support the sensors on the device.
  6. primary_entity:
  7. entity: sensor
  8. class: temperature
  9. dps:
  10. - id: 101
  11. name: sensor
  12. type: integer
  13. class: measurement
  14. unit: C
  15. mapping:
  16. - scale: 10
  17. secondary_entities:
  18. - entity: sensor
  19. class: humidity
  20. dps:
  21. - id: 102
  22. name: sensor
  23. type: integer
  24. unit: "%"
  25. class: measurement