mirror of
https://github.com/Andre0512/hon.git
synced 2026-05-14 04:20:36 +02:00
Add climate entites for fridge #41
This commit is contained in:
@@ -1330,6 +1330,33 @@
|
||||
"climate": {
|
||||
"air_conditioner": {
|
||||
"name": "Klimatizační jednotka"
|
||||
},
|
||||
"fridge": {
|
||||
"name": "Chladnička",
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"name": "Režimy chladničky",
|
||||
"state": {
|
||||
"auto_set": "Automatické nastavení",
|
||||
"super_cool": "Super Cool",
|
||||
"holiday": "Holiday",
|
||||
"no_mode": "Není vybrán žádný režim"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"freezer": {
|
||||
"name": "Mraznička",
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"name": "Režimy mrazničky",
|
||||
"state": {
|
||||
"auto_set": "Automatické nastavení",
|
||||
"super_freeze": "Super Freeze",
|
||||
"no_mode": "Není vybrán žádný režim"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user