* Fix misleading use of "hidden" for disabled entities
Entities can be either hidden (by turning off "Visible") or disabled (by turning off "Enabled"),
The stings file uses the very misleading key "hidden_entities" for the count of disabled entities plus the words "not shown" which also pair with "hidden" instead of "disabled".
This commit fixes this by using "disabled" for both the key and in the link shown here.
* Replace "hidden_entities" with "disabled_entities"
Entities can be either hidden (by turning off "Visible") or disabled (by turning off "Enabled"),
The strings file uses the very misleading key "hidden_entities" for the count of disabled entities plus the words "not shown" which also pair with "hidden" instead of "disabled".
This commit fixes this by using "disabled" for the key name as well.
* Re-add accidentally deleted comma
Currently the explanation for passive zones says that they "are not used as location for device trackers" which is misleading and does not fit the second sentence that says: "This is useful if you just want to use it for automations.
This commit clarifies that by changing to "not shown as" and fixes the plural / singular mismatch between the two sentences.
* Add missing "Message" string for cloud tts dialog to en.json
The field label for the Message field in the Cloud > Try text-to-speech dialog is missing localization.
This commit adds the necessary localizable string.
* Update dialog-cloud-tts-try.ts to include localizable string
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.
* Improve overdue backups and don't consider backup with failed agents as success
* Improve margin and loader
* Improve margin
* Show agent name if only one off site location is configured