* if not whole month, better use days for the period
* fix Type undefined error
* Update src/data/energy.ts
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
For automations / scenes / scripts the menu item to open the settings dialog is currently "Show settings".
The use of "Show" is misleading here as this usually pairs with "Hide". It's also inconsistent as for all other settings in Home Assistant the menu items, buttons or tooltips don't use "show".
Also note that it's just "Information" or "Traces" for similar other items in the same menu.
* 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.