34 lines
744 B
YAML
34 lines
744 B
YAML
substitutions:
|
|
name: "raspiaudio-muse-luxe"
|
|
packages:
|
|
raspiaudio.muse-luxe: github://esphome/media-players/raspiaudio-muse-luxe.yaml@main
|
|
esphome:
|
|
name: ${name}
|
|
name_add_mac_suffix: false
|
|
|
|
wifi:
|
|
ssid: !secret wifi_ssid
|
|
password: !secret wifi_password
|
|
use_address: raspiaudio-muse-luxe.home
|
|
power_save_mode: high
|
|
fast_connect: on
|
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
|
ap:
|
|
ssid: "Raspiaudio Fallback Hotspot"
|
|
password: !secret fallback_psk
|
|
|
|
# Enable Home Assistant API
|
|
api:
|
|
password: !secret api
|
|
encryption:
|
|
key: !secret apikey
|
|
|
|
ota:
|
|
password: !secret ota
|
|
|
|
sensor:
|
|
# WiFi signal strength
|
|
- platform: wifi_signal
|
|
name: "WiFi Signalstärke"
|
|
update_interval: 60s
|