silvercrest_coffee_maker.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name: Coffee maker
  2. products:
  3. - id: iegq4tjqeuiew5cl
  4. name: Silvercrest SKMS 900 A1
  5. primary_entity:
  6. entity: switch
  7. icon: "mdi:coffee-maker"
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. secondary_entities:
  13. - entity: select
  14. name: Aroma
  15. icon: "mdi:coffee"
  16. category: config
  17. dps:
  18. - id: 101
  19. type: string
  20. name: option
  21. mapping:
  22. - dps_val: normal
  23. value: Normal
  24. - dps_val: strong
  25. value: Strong
  26. - dps_val: extra_strong
  27. value: Extra Strong
  28. - entity: sensor
  29. name: Work state
  30. icon: "mdi:briefcase"
  31. category: diagnostic
  32. dps:
  33. - id: 4
  34. type: string
  35. name: sensor
  36. - entity: sensor
  37. translation_key: time_remaining
  38. class: duration
  39. category: diagnostic
  40. dps:
  41. - id: 12
  42. type: integer
  43. name: sensor
  44. unit: min
  45. - entity: binary_sensor
  46. translation_key: tank_empty
  47. category: diagnostic
  48. dps:
  49. - id: 105
  50. type: bitfield
  51. name: sensor
  52. mapping:
  53. - dps_val: 0
  54. value: false
  55. - value: true