core/homeassistant/components/bmw_connected_drive
brave0d a99ecb024e
New BMW sensor for climate activity (#110287)
* add sensor with climate activity status

* Update strings.json

* use icon translation and is_available for sensor

* use enum with translations

* Return None if value is UNKNOWN

* fix getting the value: x.value

* fix getting the value: x instead of x.value

* Fix tests and pre-commit

---------

Co-authored-by: Richard <rikroe@users.noreply.github.com>
2024-04-16 09:24:32 +02:00
..
__init__.py Add empty line after module docstring [a-d] (#112697) 2024-03-08 14:51:32 +01:00
binary_sensor.py Refactor BMW entity availability (#110294) 2024-04-08 09:26:50 +02:00
button.py Add empty line after module docstring [a-d] (#112697) 2024-03-08 14:51:32 +01:00
config_flow.py Add empty line after module docstring [a-d] (#112697) 2024-03-08 14:51:32 +01:00
const.py New BMW sensor for climate activity (#110287) 2024-04-16 09:24:32 +02:00
coordinator.py Add empty line after module docstring [a-d] (#112697) 2024-03-08 14:51:32 +01:00
device_tracker.py Add empty line after module docstring [a-d] (#112697) 2024-03-08 14:51:32 +01:00
diagnostics.py Add empty line after module docstring [a-d] (#112697) 2024-03-08 14:51:32 +01:00
icons.json New BMW sensor for climate activity (#110287) 2024-04-16 09:24:32 +02:00
lock.py Refactor BMW entity availability (#110294) 2024-04-08 09:26:50 +02:00
manifest.json
notify.py Add empty line after module docstring [a-d] (#112697) 2024-03-08 14:51:32 +01:00
number.py Remove entity description mixin in BMW (#112391) 2024-03-05 18:11:30 +01:00
select.py Add empty line after module docstring [a-d] (#112697) 2024-03-08 14:51:32 +01:00
sensor.py New BMW sensor for climate activity (#110287) 2024-04-16 09:24:32 +02:00
strings.json New BMW sensor for climate activity (#110287) 2024-04-16 09:24:32 +02:00
switch.py Remove entity description mixin in BMW (#112391) 2024-03-05 18:11:30 +01:00