mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Use common state for "Fault" in shelly
(#143730)
This commit is contained in:
parent
202addc39d
commit
35c6fdbce8
@ -176,7 +176,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"warmup": "Warm-up",
|
"warmup": "Warm-up",
|
||||||
"normal": "[%key:common::state::normal%]",
|
"normal": "[%key:common::state::normal%]",
|
||||||
"fault": "Fault"
|
"fault": "[%key:common::state::fault%]"
|
||||||
},
|
},
|
||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
"self_test": {
|
"self_test": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user