esphome device updates

This commit is contained in:
root
2025-09-20 15:18:46 +12:00
parent a27b79fbd9
commit 1e1d0571d9
32 changed files with 3756 additions and 1188 deletions
+12
View File
@@ -1,3 +1,6 @@
substitutions:
local_update_interval: 30s
##########################################################################################
# GENERAL COMMON SENSORS
# https://esphome.io/components/sensor/
@@ -16,6 +19,15 @@ sensor:
update_interval: ${local_update_interval}
entity_category: diagnostic
- platform: copy # Reports the WiFi signal strength in %
source_id: wifi_signal_db
name: "WiFi (%):"
filters:
- lambda: return min(max(2 * (x + 100.0), 0.0), 100.0);
unit_of_measurement: "% Max"
entity_category: "diagnostic"
device_class: ""
binary_sensor:
- platform: status
name: "Network Status"