mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Remove translation key for battery level in Home Connect sensor (#144020)
This commit is contained in:
parent
5ddc449247
commit
f441f4d7c0
@ -159,7 +159,6 @@ SENSORS = (
|
|||||||
HomeConnectSensorEntityDescription(
|
HomeConnectSensorEntityDescription(
|
||||||
key=StatusKey.BSH_COMMON_BATTERY_LEVEL,
|
key=StatusKey.BSH_COMMON_BATTERY_LEVEL,
|
||||||
device_class=SensorDeviceClass.BATTERY,
|
device_class=SensorDeviceClass.BATTERY,
|
||||||
translation_key="battery_level",
|
|
||||||
),
|
),
|
||||||
HomeConnectSensorEntityDescription(
|
HomeConnectSensorEntityDescription(
|
||||||
key=StatusKey.BSH_COMMON_VIDEO_CAMERA_STATE,
|
key=StatusKey.BSH_COMMON_VIDEO_CAMERA_STATE,
|
||||||
|
@ -1585,9 +1585,6 @@
|
|||||||
"name": "Ristretto espresso cups",
|
"name": "Ristretto espresso cups",
|
||||||
"unit_of_measurement": "[%key:component::home_connect::entity::sensor::hot_water_cups_counter::unit_of_measurement%]"
|
"unit_of_measurement": "[%key:component::home_connect::entity::sensor::hot_water_cups_counter::unit_of_measurement%]"
|
||||||
},
|
},
|
||||||
"battery_level": {
|
|
||||||
"name": "Battery level"
|
|
||||||
},
|
|
||||||
"camera_state": {
|
"camera_state": {
|
||||||
"name": "Camera state",
|
"name": "Camera state",
|
||||||
"state": {
|
"state": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user