Fix missing capitalization in two strings of nobo_hub (#141404)

Fix missing capitalization of two strings in `nobo_hub`
This commit is contained in:
Norbert Rittel 2025-03-25 20:25:04 +01:00 committed by GitHub
parent 8b9939c344
commit 10d9e0c684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@
"entity": { "entity": {
"select": { "select": {
"global_override": { "global_override": {
"name": "global override", "name": "Global override",
"state": { "state": {
"away": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]", "away": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]",
"comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]", "comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
@ -53,7 +53,7 @@
} }
}, },
"week_profile": { "week_profile": {
"name": "week profile" "name": "Week profile"
} }
} }
} }