diff --git a/.HA_VERSION b/.HA_VERSION index ffc7033..9c0cd24 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2025.5.1 \ No newline at end of file +2025.5.2 \ No newline at end of file diff --git a/esphome/atorch-ble-proxy.yaml b/esphome/atorch-ble-proxy.yaml index 636ca97..ede1548 100644 --- a/esphome/atorch-ble-proxy.yaml +++ b/esphome/atorch-ble-proxy.yaml @@ -41,7 +41,7 @@ ota: wifi: ssid: "Voltage-legacy" password: !secret voltage_legacy_psk - use_address: ${name}.home + use_address: atorch-dc-load.home power_save_mode: high fast_connect: on diff --git a/esphome/m5stack-atom-echo.yaml b/esphome/m5stack-atom-echo.yaml index e29018e..2bbf7ad 100644 --- a/esphome/m5stack-atom-echo.yaml +++ b/esphome/m5stack-atom-echo.yaml @@ -1,3 +1,5 @@ +# Source: https://github.com/esphome/wake-word-voice-assistants/blob/main/m5stack-atom-echo/m5stack-atom-echo.yaml + substitutions: name: m5stack-atom-echo friendly_name: M5Stack Atom Echo @@ -13,8 +15,6 @@ esp32: board: m5stack-atom framework: type: esp-idf - version: 4.4.8 - platform_version: 5.4.0 # Enable Home Assistant API api: @@ -78,6 +78,7 @@ media_player: format: WAV codec_support_enabled: false buffer_size: 6000 + volume_min: 0.4 files: - id: timer_finished_wave_file file: https://github.com/esphome/wake-word-voice-assistants/raw/main/sounds/timer_finished.wav @@ -211,7 +212,6 @@ light: chipset: SK6812 num_leds: 1 rgb_order: grb - rmt_channel: 0 effects: - pulse: name: "Slow Pulse" diff --git a/esphome/raspiaudio-muse-luxe.yaml b/esphome/raspiaudio-muse-luxe.yaml index 4b7480b..4071051 100644 --- a/esphome/raspiaudio-muse-luxe.yaml +++ b/esphome/raspiaudio-muse-luxe.yaml @@ -1,3 +1,5 @@ +# Source: https://github.com/RASPIAUDIO/esphomeLuxe/blob/main/luxe_microWW.yaml + substitutions: name: "raspiaudio-muse-luxe" friendly_name: "RaspiAudio Muse Luxe" diff --git a/template.yaml b/template.yaml index ffd6d03..fe35dd6 100644 --- a/template.yaml +++ b/template.yaml @@ -61,7 +61,8 @@ {% set kaffeemaschine = states('sensor.kaffeemaschine_leistung_2') | float %} {% set waeschetrockner = states('sensor.waschetrockner_leistung') | float %} {% set waschmaschine = states('sensor.waschmaschine_leistung') | float %} - {{ (total + solar - raumduft - keller - musik - bett - heimkino_sz - deko - schreibtisch - serverraum - heimkino_wz - spieleschrank - kuehlschrank - kaffeemaschine - waeschetrockner - waschmaschine) | round(1) }} + {% set arcade = states('sensor.arcade_automat_leistung') | float %} + {{ (total + solar - raumduft - keller - musik - bett - heimkino_sz - deko - schreibtisch - serverraum - heimkino_wz - spieleschrank - kuehlschrank - kaffeemaschine - waeschetrockner - waschmaschine - arcade) | round(1) }} device_class: power state_class: measurement attributes: