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

17
src/robovac/__init__.py Normal file
View File

@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Richard Mitchell
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from .robovac import Robovac