You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The Thermostat card gives control of your climate entity. Allowing you to change the temperature and mode of the entity.",
"show_current_as_primary": "Show current temperature as primary information"
},
That grammar is broken, should be fixed by using a comma: "The Thermostat card gives control of your climate entity, allowing you to change the temperature and mode of the entity."
But that "your" is also misleading, you can have many climate entities for all your rooms etc., and it should be noted that this works for heating and cooling.
Suggestion:
"The Thermostat card gives control of a climate entity for heating or cooling, allowing you to set its mode and desired temperature."
"description": "The Humidifier card gives control of your humidifier entity. Allowing you to change the humidity and mode of the entity.",
"show_current_as_primary": "Show current humidity as primary information"
},
Here we have an additional problem, because first of all this should be called "Hygrostat card" like the "Thermostat card" above. And this can control both humidifiers and dehumidifiers, just like heating and cooling above.
So here a suggested complete rewording:
"The Hygrostat card gives control of a humidifier entity for humidifying or dehumdifying, allowing you to set its mode and desired humidity."
Along this fix the name needs to be changed, matching the naming from the Thermostat above.
Steps to reproduce the issue
The thermostat string seems to be replaced by a graphic, but the humidifier text still shows up when adding a card to the dashboard.
What version of Home Assistant Core has the issue?
core-2024.10.1
Additional information
I tested this by creating two helper entities for HVAC and humidifier / dehumdifier.
The text was updated successfully, but these errors were encountered:
@j4n-e4t Thanks for taking care of the bug report. I try to figure out where I can see the actual changes in the PR to verify, but there is so much overhead for such a simple rewording that I can't tell the forest from the trees 🤓
Describe the issue you are experiencing
There are several issues with the naming and description of the Thermostat and Humidifier (should be Hygrostat) cards.
Describe the behavior you expected
The current description for the Thermostat card is found in:
frontend/src/translations/en.json
Lines 6141 to 6145 in 5175b42
That grammar is broken, should be fixed by using a comma: "The Thermostat card gives control of your climate entity, allowing you to change the temperature and mode of the entity."
But that "your" is also misleading, you can have many climate entities for all your rooms etc., and it should be noted that this works for heating and cooling.
Suggestion:
"The Thermostat card gives control of a climate entity for heating or cooling, allowing you to set its mode and desired temperature."
Similar, but with several inconsistencies:
frontend/src/translations/en.json
Lines 5985 to 5989 in 5175b42
Here we have an additional problem, because first of all this should be called "Hygrostat card" like the "Thermostat card" above. And this can control both humidifiers and dehumidifiers, just like heating and cooling above.
So here a suggested complete rewording:
"The Hygrostat card gives control of a humidifier entity for humidifying or dehumdifying, allowing you to set its mode and desired humidity."
Along this fix the name needs to be changed, matching the naming from the Thermostat above.
Steps to reproduce the issue
The thermostat string seems to be replaced by a graphic, but the humidifier text still shows up when adding a card to the dashboard.
What version of Home Assistant Core has the issue?
core-2024.10.1
Additional information
I tested this by creating two helper entities for HVAC and humidifier / dehumdifier.
The text was updated successfully, but these errors were encountered: