ir_remote_sensors.yaml 593 B

123456789101112131415161718192021222324252627
  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. name: Temperature
  9. class: temperature
  10. dps:
  11. - id: 101
  12. name: sensor
  13. type: integer
  14. class: measurement
  15. unit: C
  16. mapping:
  17. - scale: 10
  18. secondary_entities:
  19. - entity: sensor
  20. name: Humidity
  21. class: humidity
  22. dps:
  23. - id: 102
  24. name: sensor
  25. type: integer
  26. unit: "%"
  27. class: measurement