소스 검색

Update __init__.py

pull/93/head
flo269 GitHub 8 년 전
부모
커밋
b1eb082f61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      modules/base_plugins/brew_steps/__init__.py

+ 1
- 1
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)


불러오는 중...
취소
저장