mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Don't automatically capitalize climate states (#17217)
* Don't auto-capitalize climate states * more states
This commit is contained in:
parent
1beab0449f
commit
e8c7f8cffc
@ -172,7 +172,6 @@ class HaClimateState extends LitElement {
|
||||
|
||||
.state-label {
|
||||
font-weight: bold;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.unit {
|
||||
|
@ -119,7 +119,6 @@ class HaHumidifierState extends LitElement {
|
||||
|
||||
.state-label {
|
||||
font-weight: bold;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.unit {
|
||||
|
@ -29,7 +29,6 @@ class HaWaterHeaterState extends LocalizeMixin(PolymerElement) {
|
||||
|
||||
.state-label {
|
||||
font-weight: bold;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.label {
|
||||
|
Loading…
x
Reference in New Issue
Block a user