Refactor main entry point and command handling in HassSystemClient and HassUserClient

This commit is contained in:
Edgar P. Burkhart 2025-03-09 12:59:30 +01:00
parent 9b3df6416e
commit fad234ad00
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
4 changed files with 104 additions and 85 deletions

View file

@ -13,3 +13,6 @@ dev = [
"mypy>=1.15.0",
"ruff>=0.9.10",
]
[project.scripts]
hasspy = "hasspy:main"