feat(plant): SNMP temp pack + packages bootstrap [#618][#439]

This commit is contained in:
2026-09-01 15:44:29 -05:00
parent a7ca5cbdb5
commit 69abd3785c
2 changed files with 261 additions and 14 deletions
+3 -14
View File
@@ -2,6 +2,9 @@
default_config:
# Load frontend themes from the themes folder
homeassistant:
packages: !include_dir_named packages
frontend:
themes: !include_dir_merge_named themes
@@ -10,17 +13,3 @@ script: !include scripts.yaml
scene: !include scenes.yaml
bluetooth:
# Network UPS Tools — both plant UPS [#439]
# tsys1: APC Smart-UPS C1500 (apc-smartups-c1500), tsys9: Tripp Lite (tripplite)
nut:
- host: pfv-tsys1-lan.knel.net
port: 3493
username: homeassistant
password: !secret nut_tsys1_pw
alias: tsys1_ups
- host: pfv-tsys9-lan.knel.net
port: 3493
username: homeassistant
password: !secret nut_tsys9_pw
alias: tsys9_ups