multiple esphome device updates and new devices

This commit is contained in:
root
2025-07-25 13:14:37 +12:00
parent d9ca44a9ee
commit ac887724a2
39 changed files with 3041 additions and 418 deletions

View File

@@ -1,7 +1,7 @@
#############################################
##########################################################################################
# GENERAL COMMON SENSORS
# https://esphome.io/components/sensor/
#############################################
##########################################################################################
sensor:
- platform: uptime # Uptime for this device in seconds
name: "Uptime (s):"
@@ -22,16 +22,23 @@ sensor:
entity_category: "diagnostic"
device_class: ""
# Only works with esp8266
#- platform: adc
# pin: VCC
# name: "VCC Voltage"
# id: vcc_voltage_sensor
# entity_category: diagnostic
binary_sensor:
- platform: status
name: "Network Status"
icon: mdi:check-network-outline
entity_category: diagnostic
#############################################
##########################################################################################
# Text Sensors
# https://esphome.io/components/text_sensor/index.html
#############################################
##########################################################################################
text_sensor:
######################################################
# General ESPHome Info
@@ -58,9 +65,9 @@ text_sensor:
update_interval: ${local_update_interval}
entity_category: "diagnostic"
######################################################
###################################################################################################
# Creates a sensor of the uptime of the device, in formatted days, hours, minutes and seconds
######################################################
###################################################################################################
# - platform: template
# name: "Uptime (Days)"
# entity_category: diagnostic
@@ -109,6 +116,10 @@ text_sensor:
# }
# icon: mdi:clock-start
##########################################################################################
# BUTTONS
# Diagnostic buttons, activated if needed in HA
##########################################################################################
button:
- platform: safe_mode
name: "Safe Mode Restart:"