Fix ip of KasaPowerStrip in livingroom

This commit is contained in:
2025-04-10 00:01:07 +08:00
parent b6986bf29c
commit 7ac720d8df
6 changed files with 20 additions and 1 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "linux-script"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"prometheus-client>=0.21.1",
"python-kasa>=0.10.2",
"rich>=14.0.0",
"schedule>=1.2.2",
]