Update oven

This commit is contained in:
Miguel Ángel 2023-04-16 16:59:37 +02:00
parent e2f7f15a5f
commit 7d3813b8fd
5 changed files with 14 additions and 20 deletions

View file

@ -4,7 +4,7 @@ import logging
from pyhon import Hon
from pyhon.appliance import HonAppliance
from pyhon.parameter import HonParameterFixed
from pyhon.parameter.fixed import HonParameterFixed
from homeassistant.components.select import SelectEntity, SelectEntityDescription
from homeassistant.config_entries import ConfigEntry
@ -70,11 +70,6 @@ SELECTS = {
entity_category=EntityCategory.CONFIG,
translation_key="programs",
),
SelectEntityDescription(
key="startProgram.preheatStatus",
name="Preheat",
entity_category=EntityCategory.CONFIG,
),
),
"IV": (
SelectEntityDescription(