Skip to content

Commit 04fa699

Browse files
authored
Use common states for "Low" and "High" in fyta (#142472)
1 parent 4020c98 commit 04fa699

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

homeassistant/components/fyta/strings.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
"state": {
8080
"no_data": "No data",
8181
"too_low": "Too low",
82-
"low": "Low",
82+
"low": "[%key:common::state::low%]",
8383
"perfect": "Perfect",
84-
"high": "High",
84+
"high": "[%key:common::state::high%]",
8585
"too_high": "Too high"
8686
}
8787
},
@@ -90,9 +90,9 @@
9090
"state": {
9191
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
9292
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
93-
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
93+
"low": "[%key:common::state::low%]",
9494
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
95-
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
95+
"high": "[%key:common::state::high%]",
9696
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
9797
}
9898
},
@@ -101,9 +101,9 @@
101101
"state": {
102102
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
103103
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
104-
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
104+
"low": "[%key:common::state::low%]",
105105
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
106-
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
106+
"high": "[%key:common::state::high%]",
107107
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
108108
}
109109
},
@@ -112,9 +112,9 @@
112112
"state": {
113113
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
114114
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
115-
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
115+
"low": "[%key:common::state::low%]",
116116
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
117-
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
117+
"high": "[%key:common::state::high%]",
118118
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
119119
}
120120
},
@@ -123,9 +123,9 @@
123123
"state": {
124124
"no_data": "[%key:component::fyta::entity::sensor::temperature_status::state::no_data%]",
125125
"too_low": "[%key:component::fyta::entity::sensor::temperature_status::state::too_low%]",
126-
"low": "[%key:component::fyta::entity::sensor::temperature_status::state::low%]",
126+
"low": "[%key:common::state::low%]",
127127
"perfect": "[%key:component::fyta::entity::sensor::temperature_status::state::perfect%]",
128-
"high": "[%key:component::fyta::entity::sensor::temperature_status::state::high%]",
128+
"high": "[%key:common::state::high%]",
129129
"too_high": "[%key:component::fyta::entity::sensor::temperature_status::state::too_high%]"
130130
}
131131
},

0 commit comments

Comments
 (0)