From 3cfba7b9606d114e20c6ca416e5c53d59aaa3c08 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 23 Dec 2024 15:06:50 +0100 Subject: [PATCH] Replace "State" with "Status" for consistency with Entity picker (#23399) The Filters pane for entities contains a "Status" section which gives several options to narrow down the list of entities, including "Disabled". For devices, however, the matching selector is currently labelled "State", although it has "Disabled" as the only choice. This conflicts with the device / entity state definition in HA and is inconsistent, getting worse in translations. --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 660c03b30e32..b4264f7fb934 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4359,7 +4359,7 @@ "error_delete": "Error deleting device", "picker": { "search": "Search {number} devices", - "state": "State", + "state": "Status", "bulk_actions": { "move_area": "Move to area", "no_area": "No area",