mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
* 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>