mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Tuya's light POS actually means "opposite state" (#119948)
This commit is contained in:
parent
0aacc67c38
commit
a52a2383c5
@ -275,7 +275,7 @@
|
|||||||
"name": "Indicator light mode",
|
"name": "Indicator light mode",
|
||||||
"state": {
|
"state": {
|
||||||
"none": "[%key:common::state::off%]",
|
"none": "[%key:common::state::off%]",
|
||||||
"pos": "Indicate switch location",
|
"pos": "Indicate inverted switch state",
|
||||||
"relay": "Indicate switch on/off state"
|
"relay": "Indicate switch on/off state"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user