From c9807a7bf0bfae03877f6e76e9b7f7d3e6d20c34 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sat, 14 Feb 2026 15:08:14 +0100 Subject: [PATCH] Updated epaper dashbord for new air quality sensor entities. --- esphome/epaperframe.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/esphome/epaperframe.yaml b/esphome/epaperframe.yaml index afcf5ca..d7f5978 100644 --- a/esphome/epaperframe.yaml +++ b/esphome/epaperframe.yaml @@ -136,19 +136,19 @@ sensor: id: co2_livingroom - platform: homeassistant - entity_id: sensor.sleepingroom_feinstaub_pm_2_5_m + entity_id: sensor.alpstuga_air_quality_monitor_pm25_2 id: pm25_sleepingroom - platform: homeassistant - entity_id: sensor.schlafzimmer_temperatur + entity_id: sensor.alpstuga_air_quality_monitor_temperatur_2 id: temp_sleepingroom - platform: homeassistant - entity_id: sensor.schlafzimmer_luftfeuchtigkeit + entity_id: sensor.alpstuga_air_quality_monitor_luftfeuchtigkeit_2 id: humid_sleepingroom - platform: homeassistant - entity_id: sensor.schlafzimmer_co2 + entity_id: sensor.alpstuga_air_quality_monitor_kohlendioxid_2 id: co2_sleepingroom - platform: homeassistant @@ -856,4 +856,4 @@ display: it.print(x, y, id(mdi_wifi), TextAlign::BASELINE_CENTER, "󰤫"); ESP_LOGI("WiFi", "Unlikely"); } - } \ No newline at end of file + }