diff --git a/modules/base_plugins/brew_steps/__init__.py b/modules/base_plugins/brew_steps/__init__.py index 4f96417..404351c 100644 --- a/modules/base_plugins/brew_steps/__init__.py +++ b/modules/base_plugins/brew_steps/__init__.py @@ -159,7 +159,7 @@ class BoilStep(StepBase): temp = Property.Number("Temperature", configurable=True, default_value=100, description="Target temperature for boiling.") kettle = StepProperty.Kettle("Kettle", description="Kettle in which the boiling step takes place.") timer = Property.Number("Timer in Minutes", configurable=True, default_value=90, description="Timer is started when target temperature is reached.") - hop_1 = Property.Number("Hop 1 Addition", configurable=True, description="Fist hop alert.") + hop_1 = Property.Number("Hop 1 Addition", configurable=True, description="First hop alert.") hop_1_added = Property.Number("",default_value=None) hop_2 = Property.Number("Hop 2 Addition", configurable=True, description="Second hop alert.") hop_2_added = Property.Number("", default_value=None)