core/homeassistant/components/roborock
Michael Arthur d8549409f7
Area units and conversion between metric and US (#123563)
* 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>
2024-11-21 16:10:44 +01:00
..
__init__.py Remove dumping config entry to log in setup of roborock (#130648) 2024-11-14 17:09:16 -05:00
binary_sensor.py
button.py
config_flow.py
const.py
coordinator.py Fix when the Roborock map is being provisioned (#130574) 2024-11-14 09:52:28 +01:00
diagnostics.py
entity.py
icons.json
image.py
manifest.json
models.py
number.py
select.py Fix when the Roborock map is being provisioned (#130574) 2024-11-14 09:52:28 +01:00
sensor.py Area units and conversion between metric and US (#123563) 2024-11-21 16:10:44 +01:00
services.yaml
strings.json
switch.py
time.py
vacuum.py