Added ConfigType.STEP

This supports also the pre-configuration of steps in the cbpi settings
This commit is contained in:
avollkopf 2021-03-20 21:02:05 +01:00
parent 2a018fb731
commit baf285be9f
2 changed files with 3 additions and 1 deletions

View file

@ -7,5 +7,6 @@ class ConfigType(Enum):
KETTLE = "kettle"
ACTOR = "actor"
SENSOR = "sensor"
STEP = "step"

View file

@ -127,6 +127,7 @@ class ConfigType(Enum):
KETTLE="kettle"
NUMBER="number"
SELECT="select"
STEP="step"
@dataclass
class Config: