Use common state for "Error" in aranet (#143282)

This commit is contained in:
Norbert Rittel 2025-04-20 09:56:27 +02:00 committed by GitHub
parent e1ba2a8ca2
commit 8b0f9d4317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@
"sensor": {
"threshold": {
"state": {
"error": "Error",
"error": "[%key:common::state::error%]",
"green": "Green",
"yellow": "Yellow",
"red": "Red"