mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Use common state for "Error" in aranet
(#143282)
This commit is contained in:
parent
e1ba2a8ca2
commit
8b0f9d4317
@ -26,7 +26,7 @@
|
|||||||
"sensor": {
|
"sensor": {
|
||||||
"threshold": {
|
"threshold": {
|
||||||
"state": {
|
"state": {
|
||||||
"error": "Error",
|
"error": "[%key:common::state::error%]",
|
||||||
"green": "Green",
|
"green": "Green",
|
||||||
"yellow": "Yellow",
|
"yellow": "Yellow",
|
||||||
"red": "Red"
|
"red": "Red"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user