Add climate entity for oven
This commit is contained in:
@ -1357,6 +1357,67 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"oven": {
|
||||
"name": "Forno",
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"name": "Programas",
|
||||
"state": {
|
||||
"bakery": "Massas e bolos",
|
||||
"bakery_steam": "Vapor do forno",
|
||||
"bottom_heating": "Aquecimento inferior",
|
||||
"bottom_heating_fan": "Aquecimento Inferior + Ventilação",
|
||||
"bread": "Pão",
|
||||
"bread_steam": "Pão no vapor",
|
||||
"combi": "Combi",
|
||||
"convection_fan": "Convecção + Ventilador",
|
||||
"convection_fan_turnspit": "Espeto com convecção ventilada",
|
||||
"conventional": "Estático",
|
||||
"conventional_turnspit": "Espeto convencional",
|
||||
"defrost": "Descongelar",
|
||||
"descaling": "Descalcificação",
|
||||
"fish": "Peixe",
|
||||
"fish_steam": "Peixe no vapor",
|
||||
"grill_cata": "Grelhar",
|
||||
"grill_fan_cata": "Grelhar com ventilação",
|
||||
"grill_fan_pyro": "Grelhar + Ventilação",
|
||||
"grill_pyro": "Grelhar",
|
||||
"h20_clean": "H2O-Clean",
|
||||
"iot_bread": "Pão",
|
||||
"iot_h20_clean": "h2O clean",
|
||||
"leavening": "Levedação",
|
||||
"low_temp_cooking": "Cozimento em baixa temperatura",
|
||||
"low_temp_cooking_fish": "Cozimento em baixa temperatura Peixe",
|
||||
"low_temp_cooking_fish_steam": "Cozimento em baixa temperatura Peixe a vapor",
|
||||
"low_temp_cooking_meat": "Cozimento em baixa temperatura Carne",
|
||||
"low_temp_cooking_meat_steam": "Cozimento em baixa temperatura Carne no vapor",
|
||||
"low_temp_cooking_steam": "Cozimento em baixa temperatura no vapor",
|
||||
"meat": "Carne",
|
||||
"meat_steam": "Vapor de carne",
|
||||
"multi_level": "Multinível",
|
||||
"paella": "Paella",
|
||||
"pasta_and_bakery": "Massas e bolos",
|
||||
"pizza": "Pizza",
|
||||
"pyrolysis": "Pirólise",
|
||||
"pyrolysis_plus": "Pirólise +",
|
||||
"red_meat": "Carne Vermelha",
|
||||
"red_meat_steam": "Carne Vermelha no vapor",
|
||||
"regenerate": "Regenerar",
|
||||
"soft_plus": "Soft+",
|
||||
"super_grill": "Super Grelhador",
|
||||
"tailor_bake": "Tailor bake",
|
||||
"tailor_bake_cata": "Tailor Bake",
|
||||
"tailor_bake_pyro": "Tailor Bake",
|
||||
"vegetables": "Vegetais",
|
||||
"vegetables_cata": "Legumes",
|
||||
"vegetables_pyro": "Legumes",
|
||||
"water_discharge": "Descarga d'água",
|
||||
"white_meat": "Carne Branca",
|
||||
"white_meat_steam": "Carne Branca no vapor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user