diff --git a/config/schedule.yaml b/config/schedule.yaml index 25a4576..f8b6566 100644 --- a/config/schedule.yaml +++ b/config/schedule.yaml @@ -51,11 +51,6 @@ templates: speed: 2 target_temp: 25 - - time: "19:02" - action: - type: set - speed: 6 - - time: "22:00" action: type: set diff --git a/requirements.txt b/requirements.txt index 2cd36a9..e6d0489 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ tion-btle==3.3.6 fastapi uvicorn[standard] PyYAML -paho-mqtt>=2.1,<3 \ No newline at end of file +paho-mqtt>=2.1,<3 +paho-mqtt \ No newline at end of file