various esphome devices updates
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
# dashboard_import:
|
||||
# package_import_url: github://athom-tech/esp32-configs/athom-smart-plug.yaml
|
||||
#
|
||||
# V2.3 2025-06-19 Minor changes to remember mode in reboot and to ensure offline functionality
|
||||
# V2.2 2025-06-14 Fixes to offline time when sntp/network unavailable
|
||||
# V2.1 2025-06-12 Added select and button to chose modes, added countdown & startup to boost
|
||||
# V2.0 2025-06-05 YAML Tidyups
|
||||
@@ -218,7 +219,7 @@ globals:
|
||||
####################################################
|
||||
- id: operation_mode
|
||||
type: int
|
||||
restore_value: false
|
||||
restore_value: True
|
||||
initial_value: "2"
|
||||
|
||||
####################################################
|
||||
@@ -229,7 +230,7 @@ globals:
|
||||
####################################################
|
||||
- id: current_mins
|
||||
type: int
|
||||
restore_value: false
|
||||
restore_value: true
|
||||
initial_value: "720" # 720 is 12:00 Noon
|
||||
|
||||
####################################################
|
||||
@@ -239,7 +240,7 @@ globals:
|
||||
####################################################
|
||||
- id: boost_timer
|
||||
type: int
|
||||
restore_value: false
|
||||
restore_value: true
|
||||
initial_value: "0"
|
||||
|
||||
##########################################################################################
|
||||
@@ -555,7 +556,7 @@ switch:
|
||||
pin: GPIO5
|
||||
id: relay
|
||||
restore_mode: RESTORE_DEFAULT_OFF # Ensures the relay is restored (or off) at boot
|
||||
#internal: true # Hides the switch from Home Assistant
|
||||
#internal: true # Hides the switch from Home Assistant
|
||||
icon: "${relay_icon}"
|
||||
|
||||
#################################################################################################
|
||||
|
Reference in New Issue
Block a user