Update home-assistant TODO
All checks were successful
Deploy to Fighter / Notify (push) Successful in 1s
Deploy to Fighter / Deploy (push) Successful in 6s

Delete unused NUT container
This commit is contained in:
Joey Hafner 2024-02-28 02:08:06 -08:00
parent a85635d57f
commit f1aa893bec
3 changed files with 2 additions and 21 deletions

View File

@ -1,7 +1,7 @@
# TODO # TODO
- Export configuration to code, import to version control. - Export configuration to code, import to version control.
- Build automation to apply changes to code. - Build automation to apply changes to code.
- Integrate Eaton UPS via [NUT](https://networkupstools.org/). [shawly/docker-nut](https://github.com/shawly/docker-nut), [Home Assistant - NUT integration](https://www.home-assistant.io/integrations/nut/). - [X] Integrate Eaton UPS via [NUT](https://networkupstools.org/). [shawly/docker-nut](https://github.com/shawly/docker-nut), [Home Assistant - NUT integration](https://www.home-assistant.io/integrations/nut/).
- Integrate [Wyze bridge](https://github.com/mrlt8/docker-wyze-bridge). - [X] Integrate [Wyze bridge](https://github.com/mrlt8/docker-wyze-bridge).
- Integrate [Traccar](https://www.home-assistant.io/integrations/traccar_server/). - Integrate [Traccar](https://www.home-assistant.io/integrations/traccar_server/).
- Integrate [Frigate](https://docs.frigate.video/frigate/installation). - Integrate [Frigate](https://docs.frigate.video/frigate/installation).

View File

@ -1,12 +0,0 @@
version: "3"
services:
nut:
image: upshift/nut-upsd
container_name: networkupstools_nut
env_file:
- path: ./nut.env
required: true
ports:
- 3493:3493
devices:
- "/dev/bus/usb/001/005"

View File

@ -1,7 +0,0 @@
#SHUTDOWN_CMD=echo 'System shutdown not configured!'
UPS_NAME=EATON5PX1500RT
UPS_DESC=Eaton 5PX1500RT
UPS_DRIVER=snmp-ups
UPS_PORT=auto
#API_USER=
#API_PASSWORD=