forked from home-assistant/core
Use common state for "Fault" in shelly
(#143730)
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
"state": {
|
||||
"warmup": "Warm-up",
|
||||
"normal": "[%key:common::state::normal%]",
|
||||
"fault": "Fault"
|
||||
"fault": "[%key:common::state::fault%]"
|
||||
},
|
||||
"state_attributes": {
|
||||
"self_test": {
|
||||
|
Reference in New Issue
Block a user