Update home-assistant TODO
Delete unused NUT container
This commit is contained in:
parent
a85635d57f
commit
f1aa893bec
@ -1,7 +1,7 @@
|
||||
# TODO
|
||||
- Export configuration to code, import to version control.
|
||||
- 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/).
|
||||
- Integrate [Wyze bridge](https://github.com/mrlt8/docker-wyze-bridge).
|
||||
- [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/).
|
||||
- [X] Integrate [Wyze bridge](https://github.com/mrlt8/docker-wyze-bridge).
|
||||
- Integrate [Traccar](https://www.home-assistant.io/integrations/traccar_server/).
|
||||
- Integrate [Frigate](https://docs.frigate.video/frigate/installation).
|
||||
|
@ -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"
|
@ -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=
|
Loading…
Reference in New Issue
Block a user