anko_kettle.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. name: Kettle
  2. products:
  3. - id: dft4ebatvon3ha5s
  4. manufacturer: Anko
  5. model: LD-K3068
  6. entities:
  7. - entity: water_heater
  8. icon: "mdi:kettle"
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: operation_mode
  13. mapping:
  14. - dps_val: false
  15. value: "Off"
  16. - dps_val: true
  17. constraint: work_type
  18. conditions:
  19. - dps_val: boiling_quick
  20. value: Quick boil
  21. - dps_val: setting_quick
  22. value: Quick heat
  23. - dps_val: temp_boiling
  24. value: Boil
  25. - dps_val: temp_setting
  26. value: Heat
  27. - id: 2
  28. type: integer
  29. name: current_temperature
  30. unit: C
  31. - id: 4
  32. type: integer
  33. name: temperature
  34. range:
  35. min: 85
  36. max: 90
  37. mapping:
  38. - step: 5
  39. - id: 16
  40. type: string
  41. name: work_type
  42. hidden: true
  43. - entity: switch
  44. name: Keep warm
  45. icon: "mdi:kettle-outline"
  46. dps:
  47. - id: 13
  48. type: boolean
  49. name: switch
  50. - entity: sensor
  51. translation_key: status
  52. class: enum
  53. icon: "mdi:kettle"
  54. category: diagnostic
  55. dps:
  56. - id: 15
  57. type: string
  58. name: sensor
  59. mapping:
  60. - dps_val: standby
  61. value: standby
  62. - dps_val: heating
  63. value: heating
  64. - dps_val: cooling
  65. value: cooling
  66. - dps_val: warm
  67. value: keeping_warm
  68. - dps_val: heating_temp
  69. value: no_water