Improve explanation of selections by including labels as 4th option
This commit adds labels as the 4th option for data sources in history and the error message when you select 'Add current view as card' in that state from the overflow menu.
* Replace most occurrences of "click" for touch-friendly wording
Home Assistant should avoid the term "click" or "clicking" as it can be used on (mobile) touch screen devices or with non-mechanical touch pads as well.
This commit changes most occurrences in en.json to either use "select" or "press" depending on context.
For "when you click on log out" it can be dropped completely.
* Change "select" to "press" for two more
* Improve description of Suspend connection option
This removes the use of "we" which is kind of off as no person is involved in the process.
It also moves the word "suspend" in the headline and better explains the purpose.
* add comma
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
* 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