core/homeassistant/components/motionblinds_ble
Lenn 93e87997be
Add sensors to Motionblinds BLE integration (#114226)
* Add sensors

* Add sensor.py to .coveragerc

* Move icons to icons.json

* Remove signal strength translation key

* Change native_value attribute name in entity description to initial_value

* Use str instead of enum for MotionConnectionType for options

* Add calibration options to entity description

* Fix icons

* Change translations of connection and calibration

* Move entity descriptions to __init__

* Use generic sensor class

* Use generic sensor class

* Update homeassistant/components/motionblinds_ble/strings.json

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/motionblinds_ble/sensor.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/motionblinds_ble/strings.json

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update homeassistant/components/motionblinds_ble/strings.json

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-06-22 13:25:03 +02:00
..
__init__.py Add sensors to Motionblinds BLE integration (#114226) 2024-06-22 13:25:03 +02:00
button.py
config_flow.py
const.py Add sensors to Motionblinds BLE integration (#114226) 2024-06-22 13:25:03 +02:00
cover.py
entity.py
icons.json Add sensors to Motionblinds BLE integration (#114226) 2024-06-22 13:25:03 +02:00
manifest.json
select.py
sensor.py Add sensors to Motionblinds BLE integration (#114226) 2024-06-22 13:25:03 +02:00
strings.json Add sensors to Motionblinds BLE integration (#114226) 2024-06-22 13:25:03 +02:00