[Feature]: Climate card should show HVAC action in text instead of only the mode.
See original GitHub issueCurrent Behavior
The climate card does not care if a climate entity is idle or actually heating.
Here is example:
The default card shows Leerlauf
which is German for Idle
. The entity cannot be turned off, it only has the heating
mode but it knows when it is heating and when not.
Expected Behavior
The climate card should show Idle
instead of Heating
when the climate entity is idle.
Also, I think the icon color should probably also be adjusted when idle.
Steps To Reproduce
No response
Environment
- OS: HomeAssistant OS
- Version: 2.1.1
- Hassio: 2022.7.5
Anything else?
No response
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Elaborate Climate entity documentation · Issue #397 - GitHub
The current HVAC action is shown in the temperature card instead of the mode if it's available. As an implementor, you should not...
Read more >Get state of hvac_modes climate attribute - Configuration
Hi guys, I am trying to display the current state of my Air con, but can only get a list of attributes from...
Read more >iOS 16 - New Features - Apple
Choose to display a set of widgets as part of your Lock Screen to glance at information like the weather, time, date, battery...
Read more >Intent - Android Developers
For example, CATEGORY_LAUNCHER means it should appear in the Launcher as a top-level ... Broadcast Action: External media was removed from SD card...
Read more >Computer-assisted classification of contrarian claims about ...
A growing body of scholarship investigates the role of misinformation in shaping the debate on climate change. Our research builds on and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I chose to add the HVAC mode in the state but maybe it makes more sense to display HVAC action 🙂 I will look at the users feedbacks in the next days to see what users prefer 🙂
I would second this opinion. Having the badge/icon display the mode and the state/text display action would be what I prefer. Is it possible to have the user choose what is being displayed?
Appreciate your work on this @piitaya!