mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add current cavity temperature sensor to Home Connect (#139282)
This commit is contained in:
parent
570e11ba5b
commit
b8a0cdea12
@ -179,6 +179,12 @@ SENSORS = (
|
||||
],
|
||||
translation_key="last_selected_map",
|
||||
),
|
||||
HomeConnectSensorEntityDescription(
|
||||
key=StatusKey.COOKING_OVEN_CURRENT_CAVITY_TEMPERATURE,
|
||||
device_class=SensorDeviceClass.TEMPERATURE,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
translation_key="current_cavity_temperature",
|
||||
),
|
||||
)
|
||||
|
||||
EVENT_SENSORS = (
|
||||
|
@ -1529,6 +1529,9 @@
|
||||
"map3": "Map 3"
|
||||
}
|
||||
},
|
||||
"current_cavity_temperature": {
|
||||
"name": "Current cavity temperature"
|
||||
},
|
||||
"freezer_door_alarm": {
|
||||
"name": "Freezer door alarm",
|
||||
"state": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user