From 958691a48146b60d1096507f142480fc54c5ce8f Mon Sep 17 00:00:00 2001 From: Fedorov Dmitriy Date: Sat, 19 Sep 2026 19:14:08 +0300 Subject: [PATCH] =?UTF-8?q?doc:=20=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8=20=D0=B8=20=D1=80=D0=B0=D1=81=D0=BF=D0=B8?= =?UTF-8?q?=D1=81=D0=B0=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/schedule.yaml | 5 ----- requirements.txt | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) 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