mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Use common state for "Normal" in onedrive
(#142673)
This commit is contained in:
@ -124,7 +124,7 @@
|
||||
"drive_state": {
|
||||
"name": "Drive state",
|
||||
"state": {
|
||||
"normal": "Normal",
|
||||
"normal": "[%key:common::state::normal%]",
|
||||
"nearing": "Nearing limit",
|
||||
"critical": "Critical",
|
||||
"exceeded": "Exceeded"
|
||||
|
Reference in New Issue
Block a user