added support for a home assistant helper button

This commit is contained in:
root
2023-07-30 22:38:27 -05:00
parent 5fa39baaf0
commit b352b2e4d1
3 changed files with 18 additions and 17 deletions

View File

@@ -1,11 +0,0 @@
[project]
name = 'room_control'
version = "1.0.0"
description = "Various utilities for a single room controlling app"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
'pvlib'
]
[tool.setuptools.packages.find]