From e4c2482a4e2f602058f075caa089419acb01b2bf Mon Sep 17 00:00:00 2001 From: James Moore Date: Thu, 24 Jul 2025 17:03:54 -0400 Subject: [PATCH] Add config for Rack UPS --- main_configs/rack_ups.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 main_configs/rack_ups.yaml diff --git a/main_configs/rack_ups.yaml b/main_configs/rack_ups.yaml new file mode 100644 index 0000000..8ce40d6 --- /dev/null +++ b/main_configs/rack_ups.yaml @@ -0,0 +1,9 @@ +substitutions: + devicename: "rack_ups" + friendly_name: "Rack UPS" + api_reboot_timeout: 15min + mqtt_reboot_timeout: 0s + <<: !include secrets.yaml + +<<: !include common/common.yaml +<<: !include devices/sonoff-s31-reset-only.yaml