Adapt this repo to my needs

- remove homeassistant stuff
- flesh out a featureful cli script
This commit is contained in:
2025-09-09 02:06:13 -07:00
parent e08db60e0c
commit 504edf23e9
15 changed files with 224 additions and 395 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM ubuntu:latest
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt upgrade -y
RUN apt-get -qq install python3.12-full pipenv -y