Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "26.7.27.1"
version: "26.7.31.1"
# Manifest URL bases. Stable = GitHub Pages (main branch builds).
# Beta = rolling "beta-fw" pre-release assets (beta branch builds).
stable_manifest_base: "https://apolloautomation.github.io/CAST-1"
Expand Down Expand Up @@ -179,9 +179,14 @@ sensor:
update_interval: 60s

switch:
- platform: factory_reset
disabled_by_default: True
name: "Factory Reset ESP"
id: factory_reset_all

- platform: factory_reset
id: factory_reset_switch
disabled_by_default: true
internal: true

- platform: template
name: "Bluetooth Proxy"
Expand Down
Loading