Paul Bottein
Paul Bottein
Fixes https://github.com/piitaya/lovelace-mushroom/issues/74 TODO : merge graph and entity card for simplicity.
### Is your feature request related to a problem? Preset support to climate card can be awesome 🚀 ### Describe the solution you'd like List of buttons like HVAC modes...
## Description Allow theme override for each mushroom card. TODO : add the option on all cards ```yaml type: custom:mushroom-entity-card entity: switch.decorative_lights theme_variables: rgb-state-entity: var(--rgb-green) rgb-disabled: var(--rgb-red) ``` Like others...
The option was here but `value_template` was missing. I also refactored the code with an `Availability` type.
These options was missing (source: https://www.home-assistant.io/integrations/climate.mqtt/) I also made `send_if_off` optional because it's deprecated.
## Proposed change ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (thank you!) - [...
## Proposed change This PR add a new view configuration option to tag a view as "subview". It allow user to easily create room oriented dashboard. When a subview is...
## Proposed change Use unique id for script instead of computed object id ## Type of change - [ ] Dependency upgrade - [x] Bugfix (non-breaking change which fixes an...
## Breaking change Do not use `mwc-button` but `ha-button` ## Proposed change Convert all `mwc-button` to `ha-button`. `ha-button` has the same style as `mwc-button` for now but we can override...
## Proposed change Tile components now use css color instead of RGB ones like any other components. It's just internal code. No impact for the end user. ## Type of...