* Init new scenes in live edit mode
* Update src/panels/config/scene/ha-scene-editor.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* imports
---------
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
The Energy card allows the user to monitor the "Grid carbon footprint" which is visualized by the "Low-carbon energy consumed" gauge.
But this does not cover the carbon emissions of the gas consumption that might be shown right next to it, just the electrical energy from the grid.
So the labeling is very misleading in that context – not even considering energy consumed by oil or wood burned in addition.
Therefore this needs to be changed to use "electricity" just like the description already does.
* Made it easier to test the frontend against an existing core instance.
* Ensured that script works regardless of current working dir
* Use consistent quote style
* Also allow using variables in hassUrl override
* Improved the default behavior of the script
* more consistent variable naming
* don't install a global dependency
* documented caching wierdness where if you switch core endpoints the old one remains in use
* Simplified some code
* improved documentation
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
The energy dashboard tracks the total energy of a home, including the gas consumption in a separate graph (if configured).
The topmost graph is currently labeled "Energy usage" but it does only cover the electricity consumption and production. Also note the "Energy distribution" next to it includes gas, too.
Thus the title is misleading and needs to be changed to "Electricity usage" to make this clearer.
* Init new scenes in live edit mode
* Update src/panels/config/scene/ha-scene-editor.ts
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* imports
---------
Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
* Add shortcut to open the voice assist dialog
* Add tip
* Only show dialog when enabled
* Update src/translations/en.json
---------
Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
As Refresh tokens are created in HA the corresponding verb is "delete", not "remove".
All buttons and menu items in this context use the correct verb, except for the description which contains "remove", twice.
This commit fixes that.
Remove the misleading word "update" from system options
The second option in the system options dialog for integrations uses the word "updates" in both the headline and the explanation.
This is highly misleading as it sounds like polling for firmware updates for many device integrations.
Therefore the words "(state) changes" should be used instead.
In Home Assistant the action "Add" should always pair with "Remove", like "Create" does with "Delete".
This commit addresses all mismatched pairs in the Energy dashboard.
In addition the grammar of device_consumption_energy is fixed by using the consistent "energy consumption" word pair.
When using 'Add' in HA this should always pair with 'Remove', like 'Create' with 'Delete'.
The To-do list card introduces an inconsistent third word by using 'clear' instead of 'remove'.
This fixes this and also properly capitalizes "To-do list" as it's name like in all other Dashboard card types.