Updated HA, updated esphome devices.
This commit is contained in:
parent
ebf11021e2
commit
e5ddf02c34
@ -1 +1 @@
|
|||||||
2025.5.1
|
2025.5.2
|
@ -41,7 +41,7 @@ ota:
|
|||||||
wifi:
|
wifi:
|
||||||
ssid: "Voltage-legacy"
|
ssid: "Voltage-legacy"
|
||||||
password: !secret voltage_legacy_psk
|
password: !secret voltage_legacy_psk
|
||||||
use_address: ${name}.home
|
use_address: atorch-dc-load.home
|
||||||
power_save_mode: high
|
power_save_mode: high
|
||||||
fast_connect: on
|
fast_connect: on
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Source: https://github.com/esphome/wake-word-voice-assistants/blob/main/m5stack-atom-echo/m5stack-atom-echo.yaml
|
||||||
|
|
||||||
substitutions:
|
substitutions:
|
||||||
name: m5stack-atom-echo
|
name: m5stack-atom-echo
|
||||||
friendly_name: M5Stack Atom Echo
|
friendly_name: M5Stack Atom Echo
|
||||||
@ -13,8 +15,6 @@ esp32:
|
|||||||
board: m5stack-atom
|
board: m5stack-atom
|
||||||
framework:
|
framework:
|
||||||
type: esp-idf
|
type: esp-idf
|
||||||
version: 4.4.8
|
|
||||||
platform_version: 5.4.0
|
|
||||||
|
|
||||||
# Enable Home Assistant API
|
# Enable Home Assistant API
|
||||||
api:
|
api:
|
||||||
@ -78,6 +78,7 @@ media_player:
|
|||||||
format: WAV
|
format: WAV
|
||||||
codec_support_enabled: false
|
codec_support_enabled: false
|
||||||
buffer_size: 6000
|
buffer_size: 6000
|
||||||
|
volume_min: 0.4
|
||||||
files:
|
files:
|
||||||
- id: timer_finished_wave_file
|
- id: timer_finished_wave_file
|
||||||
file: https://github.com/esphome/wake-word-voice-assistants/raw/main/sounds/timer_finished.wav
|
file: https://github.com/esphome/wake-word-voice-assistants/raw/main/sounds/timer_finished.wav
|
||||||
@ -211,7 +212,6 @@ light:
|
|||||||
chipset: SK6812
|
chipset: SK6812
|
||||||
num_leds: 1
|
num_leds: 1
|
||||||
rgb_order: grb
|
rgb_order: grb
|
||||||
rmt_channel: 0
|
|
||||||
effects:
|
effects:
|
||||||
- pulse:
|
- pulse:
|
||||||
name: "Slow Pulse"
|
name: "Slow Pulse"
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Source: https://github.com/RASPIAUDIO/esphomeLuxe/blob/main/luxe_microWW.yaml
|
||||||
|
|
||||||
substitutions:
|
substitutions:
|
||||||
name: "raspiaudio-muse-luxe"
|
name: "raspiaudio-muse-luxe"
|
||||||
friendly_name: "RaspiAudio Muse Luxe"
|
friendly_name: "RaspiAudio Muse Luxe"
|
||||||
|
@ -61,7 +61,8 @@
|
|||||||
{% set kaffeemaschine = states('sensor.kaffeemaschine_leistung_2') | float %}
|
{% set kaffeemaschine = states('sensor.kaffeemaschine_leistung_2') | float %}
|
||||||
{% set waeschetrockner = states('sensor.waschetrockner_leistung') | float %}
|
{% set waeschetrockner = states('sensor.waschetrockner_leistung') | float %}
|
||||||
{% set waschmaschine = states('sensor.waschmaschine_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
|
device_class: power
|
||||||
state_class: measurement
|
state_class: measurement
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user