From b464fa8593c0df7dcbb6ef0650dc87b840e0f356 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Thu, 21 May 2026 12:42:22 +0100 Subject: [PATCH] docs: update example configuration for Waveshare UPS D and E Hats --- config.yaml.example | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config.yaml.example b/config.yaml.example index 69b4ccc..e7888ec 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -252,7 +252,7 @@ sensors: # i2c_address: 0x70 # bus_number: 1 - # Example Waveshare UPS Hat + # Example Waveshare UPS D Hat # - type: waveshare_ups_d # name: battery # enabled: true @@ -261,6 +261,17 @@ sensors: # i2c_address: 0x43 # bus_number: 1 + # Example Waveshare UPS E Hat + # - type: waveshare_ups_e + # name: "battery" + # enabled: true + # auto_install_packages: false + # settings: + # i2c_address: 0x2D # Waveshare UPS HAT (E) fixed address + # bus_number: 1 # I2C bus number (1 for Raspberry Pi default) + # low_cell_mv: 3150 # Per-cell warning threshold in mV + + # Mesh Network Configuration mesh: