mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-07 09:54:41 +02:00
Add climate entites for fridge #41
This commit is contained in:
@@ -1330,6 +1330,33 @@
|
||||
"climate": {
|
||||
"air_conditioner": {
|
||||
"name": "Airconditioner"
|
||||
},
|
||||
"fridge": {
|
||||
"name": "Koelkast",
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"name": "Koelkastmodi",
|
||||
"state": {
|
||||
"auto_set": "Automatisch instellen",
|
||||
"super_cool": "Super Cool",
|
||||
"holiday": "Holiday",
|
||||
"no_mode": "Geen modus geselecteerd"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"freezer": {
|
||||
"name": "Vriezer",
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"name": "Vriezermodi",
|
||||
"state": {
|
||||
"auto_set": "Automatisch instellen",
|
||||
"super_freeze": "Super Freeze",
|
||||
"no_mode": "Geen modus geselecteerd"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user