mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Use common states for "Low", "Medium", "High" and "Auto" in tuya
(#143002)
This commit is contained in:
parent
998b33c207
commit
dcf7520d2a
@ -288,9 +288,9 @@
|
||||
"motion_sensitivity": {
|
||||
"name": "Motion detection sensitivity",
|
||||
"state": {
|
||||
"0": "Low sensitivity",
|
||||
"1": "Medium sensitivity",
|
||||
"2": "High sensitivity"
|
||||
"0": "[%key:common::state::low%]",
|
||||
"1": "[%key:common::state::medium%]",
|
||||
"2": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"record_mode": {
|
||||
@ -404,7 +404,7 @@
|
||||
"humidifier_spray_mode": {
|
||||
"name": "Spray mode",
|
||||
"state": {
|
||||
"auto": "Auto",
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"health": "Health",
|
||||
"sleep": "Sleep",
|
||||
"humidity": "Humidity",
|
||||
|
Loading…
x
Reference in New Issue
Block a user