piitaya / lovelace-mushroom

Build a beautiful Home Assistant dashboard easily
Apache License 2.0
3.57k stars 332 forks source link

Accept water_heater entities in climate card #788

Open AlessandroTischer opened 1 year ago

AlessandroTischer commented 1 year ago

Is your feature request related to a problem?

I would like to add a water_heater entity into my dashboard made with mashrooms cards, but I can add it only as an entity card

Describe the solution you'd like

Accept water_heater domain for climate card

Describe alternatives you've considered

Add a water_heater card equivalent to the climate one

Additional context

No response

yestrdave commented 1 year ago

I would agree I tried to use the climate card to control my pool and hot tub heater everything works except the temperature control value does not update the desired temperature of the pool.

type: custom:mushroom-entity-card entity: water_heater.pentair_pool_pool name: pool tap_action: action: fire-dom-event browser_mod: service: browser_mod.popup data: content: type: custom:mushroom-climate-card entity: water_heater.pentair_pool_pool name: Pool Heater fill_container: false show_temperature_control: true collapsible_controls: false

yestrdave commented 1 year ago

image