Skip to content

Commit

Permalink
Merge pull request #4 from ApolloAutomation/FixSleep
Browse files Browse the repository at this point in the history
Fix Initial Sleep Setting
  • Loading branch information
TrevorSchirmer authored Nov 2, 2024
2 parents 318eef3 + 05d5330 commit ac75da8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
name: apollo-h-1
version: "24.11.1.1"
version: "24.11.2.1"
device_description: ${name} made by Apollo Automation - version ${version}.

esp32:
Expand Down
5 changes: 4 additions & 1 deletion Integrations/ESPHome/H-1D.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,17 @@ esphome:

safe_mode:

logger:

switch:
- platform: template
name: "Prevent Sleep"
id: prevent_sleep
icon: mdi:sleep
restore_mode: RESTORE_DEFAULT_OFF
restore_mode: ALWAYS_OFF
optimistic: true
entity_category: "config"



script:
Expand Down

0 comments on commit ac75da8

Please sign in to comment.