Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Climate card change - Add target temperature #1224

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kelaban
Copy link

@kelaban kelaban commented Jul 28, 2023

Description

Add target temperature to climate-card

  • Introduces show_target_temperature configuration param for climate-card
  • Adds climate-view to showcase for development

Related Issue

This PR closes issue: fixes #636

Motivation and Context

The default (hass native) climate entity card shows both the target temperature and the current temperature. This change adds the target temperature to mushroom climate-card to be displayed when the climate device is turned on and the required configuration is set.

To gate the change and prevent dashboards from automatically changing their appearance a new configuration parameter is introduced called show_target_temperature which defaults to false.

HASS Entity Card Climate Appearance

image

Mushroom show_target_temperature: false

image

Mushroom show_target_temperature: true

image

New Showcase View

image

How Has This Been Tested

climate-view added to showcase. Testing done with manually (screenshots above)

Types of changes

  • 馃悰 Bug fix (non-breaking change which fixes an issue)
  • 馃殌 New feature (non-breaking change which adds functionality)
  • 馃寧 Translation (addition or update a translation)
  • 鈿狅笍 Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have tested the change locally.
  • I followed the steps if I add a new language .

* Introduces `show_target_temperature` configuration param for climate-card
@kelaban kelaban changed the title Climate card change Climate card change - Add target temperature Jul 28, 2023
@Borty97
Copy link

Borty97 commented Mar 16, 2024

It would be great to apply this PR! I was configuring automations and I would like to display target temperature on the card

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Climate card option to show target temp
2 participants