Don't automatically capitalize climate states (#17217)

* Don't auto-capitalize climate states

* more states
This commit is contained in:
karwosts 2023-07-08 11:03:21 -07:00 committed by GitHub
parent 1beab0449f
commit e8c7f8cffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -172,7 +172,6 @@ class HaClimateState extends LitElement {
.state-label {
font-weight: bold;
text-transform: capitalize;
}
.unit {

View File

@ -119,7 +119,6 @@ class HaHumidifierState extends LitElement {
.state-label {
font-weight: bold;
text-transform: capitalize;
}
.unit {

View File

@ -29,7 +29,6 @@ class HaWaterHeaterState extends LocalizeMixin(PolymerElement) {
.state-label {
font-weight: bold;
text-transform: capitalize;
}
.label {