mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Use common state for "Error" in zha
(#143320)
This commit is contained in:
@@ -1509,7 +1509,7 @@
|
|||||||
"name": "Software error",
|
"name": "Software error",
|
||||||
"state": {
|
"state": {
|
||||||
"nothing": "Good",
|
"nothing": "Good",
|
||||||
"something": "Error"
|
"something": "[%key:common::state::error%]"
|
||||||
},
|
},
|
||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
"top_pcb_sensor_error": {
|
"top_pcb_sensor_error": {
|
||||||
|
Reference in New Issue
Block a user