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.
This commit is contained in:
Norbert Rittel 2024-12-23 15:06:50 +01:00 committed by GitHub
parent 5fb384ad31
commit 3cfba7b960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4359,7 +4359,7 @@
"error_delete": "Error deleting device", "error_delete": "Error deleting device",
"picker": { "picker": {
"search": "Search {number} devices", "search": "Search {number} devices",
"state": "State", "state": "Status",
"bulk_actions": { "bulk_actions": {
"move_area": "Move to area", "move_area": "Move to area",
"no_area": "No area", "no_area": "No area",