core/homeassistant/components/bmw_connected_drive
Richard Kroegel 7fb2802910
Allow per-sensor unit conversion on BMW sensors (#110272)
* Update BMW sensors to use device_class

* Test adjustments

* Trigger CI

* Remove unneeded cast

* Set suggested_display_precision to 0

* Rebase for climate_status

* Change charging_status to ENUM device class

* Add test for Enum translations

* Pin Enum sensor values

* Use snapshot_platform helper

* Remove translation tests

* Formatting

* Remove comment

* Use const.STATE_UNKOWN

* Fix typo

* Update strings

* Loop through Enum sensors

* Revert enum sensor changes

---------

Co-authored-by: Richard <rikroe@users.noreply.github.com>
2024-06-04 09:06:23 +02:00
..
__init__.py
binary_sensor.py Refactor BMW entity availability (#110294) 2024-04-08 09:26:50 +02:00
button.py
config_flow.py
const.py New BMW sensor for climate activity (#110287) 2024-04-16 09:24:32 +02:00
coordinator.py Enable raising ConfigEntryAuthFailed on BMW coordinator init (#116643) 2024-05-14 21:14:35 +02:00
device_tracker.py
diagnostics.py
icons.json New BMW sensor for climate activity (#110287) 2024-04-16 09:24:32 +02:00
lock.py Set lock state to unkown on BMW API error (#118559) 2024-06-03 07:48:48 +02:00
manifest.json Bump bimmer_connected to 0.15.3 (#118179) 2024-05-27 11:01:22 +02:00
notify.py
number.py
select.py
sensor.py Allow per-sensor unit conversion on BMW sensors (#110272) 2024-06-04 09:06:23 +02:00
strings.json New BMW sensor for climate activity (#110287) 2024-04-16 09:24:32 +02:00
switch.py