Fix inconsistency in Thermostat and Humidifier card names (#22416)

This commit is contained in:
Julian 2024-12-17 19:15:35 +01:00 committed by GitHub
parent 6f8ba6afac
commit 0ecdae2551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6330,7 +6330,7 @@
}, },
"humidifier": { "humidifier": {
"name": "Humidifier", "name": "Humidifier",
"description": "The Humidifier card gives control of your humidifier entity. Allowing you to change the humidity and mode of the entity.", "description": "The Humidifier card gives control of a humidifier entity for humidifying or dehumdifying, allowing you to set its mode and desired humidity.",
"show_current_as_primary": "Show current humidity as primary information" "show_current_as_primary": "Show current humidity as primary information"
}, },
"iframe": { "iframe": {
@ -6486,7 +6486,7 @@
}, },
"thermostat": { "thermostat": {
"name": "Thermostat", "name": "Thermostat",
"description": "The Thermostat card gives control of your climate entity. Allowing you to change the temperature and mode of the entity.", "description": "The Thermostat card gives control of a climate entity for heating or cooling, allowing you to set its mode and desired temperature.",
"show_current_as_primary": "Show current temperature as primary information" "show_current_as_primary": "Show current temperature as primary information"
}, },
"tile": { "tile": {