diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index b470080..7e68699 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "25.11.10.2" + version: "25.11.26.1" esp32: board: esp32-c6-devkitm-1 @@ -12,7 +12,7 @@ output: - platform: ledc pin: GPIO20 id: buzzer - max_power: 60% + max_power: 50% rtttl: id: rtttl_buzzer @@ -137,7 +137,7 @@ number: id: volume_control min_value: 0 max_value: 100 - initial_value: 100 + initial_value: 25 unit_of_measurement: "%" step: 1 optimistic: true @@ -197,6 +197,7 @@ binary_sensor: mode: input: true pullup: true + ignore_strapping_warning: true id: reset_button on_press: then: @@ -319,7 +320,7 @@ light: num_leds: 57 rgb_order: grb rmt_symbols: 48 - color_correct: [50%, 50%, 50%] + color_correct: [40%, 40%, 40%] effects: - pulse: name: "Slow Pulse" @@ -554,7 +555,7 @@ light: num_leds: 34 rgb_order: grb rmt_symbols: 48 - color_correct: [40%, 40%, 40%] + color_correct: [30%, 30%, 30%] effects: - pulse: name: "Slow Pulse" diff --git a/Integrations/ESPHome/H-2.yaml b/Integrations/ESPHome/H-2.yaml index a383ae7..1369d4f 100644 --- a/Integrations/ESPHome/H-2.yaml +++ b/Integrations/ESPHome/H-2.yaml @@ -81,11 +81,6 @@ dashboard_import: package_import_url: github://ApolloAutomation/H-2/Integrations/ESPHome/H-2.yaml import_full_config: false -improv_serial: - -esp32_improv: - authorizer: none - ota: - platform: esphome id: ota_esphome @@ -104,11 +99,8 @@ update: source: https://apolloautomation.github.io/H-2/firmware2/manifest.json wifi: - on_connect: - - delay: 5s - - ble.disable: - on_disconnect: - - ble.enable: + power_save_mode: HIGH + output_power: 10 ap: ssid: "Apollo H2 Hotspot" @@ -116,14 +108,14 @@ logger: captive_portal: -web_server: - version: 3 - port: 80 - external_components: - source: github://ApolloAutomation/ExternalComponents components: [deep_sleep] - + +web_server: + port: 80 + version: 3 + api: services: - service: play_buzzer