mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-14 20:40:38 +02:00
Add climate entites for fridge #41
This commit is contained in:
@@ -1330,6 +1330,33 @@
|
||||
"climate": {
|
||||
"air_conditioner": {
|
||||
"name": "Klimaanlage"
|
||||
},
|
||||
"fridge": {
|
||||
"name": "Kühlschrank",
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"name": "Kühlschrank-Modi",
|
||||
"state": {
|
||||
"auto_set": "Auto-Set",
|
||||
"super_cool": "Super Cool",
|
||||
"holiday": "Holiday",
|
||||
"no_mode": "Kein Modus ausgewählt"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"freezer": {
|
||||
"name": "Gefrierschrank",
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"name": "Gefrierschrank-Modi",
|
||||
"state": {
|
||||
"auto_set": "Auto-Set",
|
||||
"super_freeze": "Super Freeze",
|
||||
"no_mode": "Kein Modus ausgewählt"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user