mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 17:31:15 -04:00
Use common string references for Low and High in Hot Spring (#183000)
Co-authored-by: Moustachauve <2206577+Moustachauve@users.noreply.github.com>
This commit is contained in:
co-authored by
Moustachauve
parent
4f0366f3fc
commit
c41dc25469
@@ -59,8 +59,8 @@
|
||||
"jet": {
|
||||
"name": "Jet {jet}",
|
||||
"state": {
|
||||
"high": "High",
|
||||
"low": "Low",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user