Skip to content

Commit

Permalink
Replace "State" with "Status" for consistency with Entity picker (#23399
Browse files Browse the repository at this point in the history
)

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.
  • Loading branch information
NoRi2909 authored Dec 23, 2024
1 parent 5fb384a commit 3cfba7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3cfba7b

Please sign in to comment.