* Fix two strings for the Generic hygrostat UI
The 'min_cycle_duration' key shown when setting up a Generic hygrostat contains the words "in the humidifier option" which makes no sense anymore in the UI context.
So these words can be dropped, making this explanation exactly identical to the same key in the Generic thermostat.
In addition there is an "s" missing in the main description here.
* Replace "be" with "remain" and use "toggle"
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
* Fix the title string to use "Create" instead of "Add"
Anything the user creates should use "Create …", not "Add …".
The description we're addressing in the fix already has this correct. This commit adds the fix for the title.
Makes it consistent with the majority of Helpers, rest needs to be addressed in separate PRs.
---------
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
* area conversions
* start work on tests
* add number device class
* update unit conversions to utilise distance constants
* add area unit
* update test unit system
* update device condition and trigger
* update statistic unit converters
* further tests work WIP
* update test unit system
* add missing string translations
* fix websocket tests
* add deprecated notice
* add more missing strings and missing initialisation of unit system
* adjust icon and remove strings from scrape and random
* Fix acre to meters conversion
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Tidy up valid units
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* fix ordering of area
* update order alphabetically
* fix broken test
* update test_init
* Update homeassistant/const.py
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* remove deprecated unit and fix alphabetical order
* change deprecation and add tests, change to millimeter conversion for inches
* fix order
* re-order defs alphabetically
* add measurement as well
* update icons
* fix up Deprecation of area square meters
* Update core integrations to UnitOfArea
* update test recorder tests
* unit system tests in alphabetical
* update snapshot
* rebuild
* revert alphabetization of functions
* other revert of alphabetical order
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
* Add quality_scale.yaml for Fully Kiosk Browser integration
* Forgot to fill out a couple rules
* missed another...
* Rebase and update a couple rules