hass-core/homeassistant/components/motionblinds_ble/icons.json
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

28 lines
475 B
JSON

{
"entity": {
"button": {
"connect": {
"default": "mdi:bluetooth"
},
"disconnect": {
"default": "mdi:bluetooth-off"
},
"favorite": {
"default": "mdi:star"
}
},
"select": {
"speed": {
"default": "mdi:run-fast"
}
},
"sensor": {
"calibration": {
"default": "mdi:tune"
},
"connection": {
"default": "mdi:bluetooth-connect"
}
}
}
}