1
mirror of https://github.com/home-assistant/core synced 2024-09-18 19:55:20 +02:00
ha-core/tests/components/config
Erik Montnemery 91f6e58e9a
Allow customizing unit for temperature and pressure sensors (#64366)
* Allow customizing unit for temperature and pressure sensors

* pylint

* Adjust google_wifi tests

* Address review comments and add tests

* Improve rounding when scaling

* Tweak rounding

* Further tweak rounding

* Allow setting entity options with config/entity_registry/update

* Address review comments

* Tweak tests

* Load custom unit when sensor is added

* Override async_internal_added_to_hass

* Adjust tests after rebase

* Apply suggestions from code review

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* Address review comments

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-03-30 15:43:04 +02:00
..
__init__.py
test_area_registry.py
test_auth_provider_homeassistant.py
test_auth.py
test_automation.py
test_config_entries.py Add integration type (#68349) 2022-03-20 20:38:13 -07:00
test_core.py Simplify time zone setting in tests (#68330) 2022-03-20 10:25:15 +01:00
test_device_registry.py
test_entity_registry.py Allow customizing unit for temperature and pressure sensors (#64366) 2022-03-30 15:43:04 +02:00
test_init.py Remove deprecated (old) Z-Wave integration (#67221) 2022-03-18 13:09:10 +01:00
test_scene.py
test_script.py