This is an EASY fix… and one that would add another layer towards completeness… We measure Acceleration in ft/sec^2, cm/sec^2, etc. We ought to be able to reference this natively in HA.
As this is the 21 century and Physics is a well-established branch of science, it makes sense that we can measure acceleration in the home.
Add m/sec^2, in/sec^2, cm/sec^2 etc. These would all be analogous to the SPEED units except for the Beaufort scale and Knots units.
As this is the 21 century and physics is a well-established branch of science, it makes sense that we can measure acceleration in the home.
Examples: Seismographs, Movement “Noise” in house (heavy equipment nearby moving), accelerometer (my own use case it to monitor a mouse trap in our basement crawl space … and I get a text when it has been triggered/it goes “off”).
@nickrout, if I create the PR, will someone there guide me through the steps to get it accepted…?
I’m in chemotherapy right now (no weeping violin music in the background; its just factual - and the chemo-induced brain fog doesn’t make it easier; not looking for sympathy, but rather trying to be careful w/ what energy I have at the moment…)
To test your changes, you need to run HA core in devcontainer. You may fork HA core, then create a GitHub codespace for your fork, then connect to this codespace from VScode installed on your PC.
Then in VScode you will see a directory tree for source code. Run a task (honestly do not remember how it called) from VScode “Terminal” menu to start HA in devcontainer.
Then you can add changes in a source code locally in VScode, test it locally, then create PR.
Of course you may just create a PR without testing it, but this not a good way.