-
If your program can be adapted to handle CSS user-defined colors, then I'm willing to try it out.
E.g.:
top of css:
```
@define_color base_color #ff0000; /* red */
@define_color highlight_co…
-
Cannot get your yaml to compile ...
My Configuration from your file just changing normal items like wifi, api etc:
```
substitutions:
name: "m5stack-atom-echo"
friendly_name: "M5Stack Ato…
-
Before 1.4.0 whenever I used a (dynamic) scene in the Philips Hue app, manual control was recognized and the scene worked. But since that update no matter how often I use a Hue scene, adaptive lightin…
-
Using the ESPHome normal installation with the good, HA entities are appearing, Assist Pipeline is configured, but no response whether holding down the left button to speak or using the wake word.
…
-
### The problem
(This is an update version of the stale https://github.com/home-assistant/core/issues/93671)
I am trying to connect a LED BLE device. For this, I configured an ESP32 dev board to w…
-
FYI, there was a bug fix for AHT10 inside ESPHome 2024.3.1 (released on 27th of March 2024)
https://esphome.io/changelog/2024.3.0.html#release-2024-3-1-march-27
https://github.com/esphome/esphom…
Hedda updated
7 months ago
-
There is an enormous delay of up to several minutes when operating the light functions (on/off, dimming) in Home Assistant.
What can be done to make this happen much faster?
Here is my yaml file…
-
Voraussichtlich werden wir unter Verwendung von Libraries selbst programmieren und dafür VS Code / Platform IO verwenden.
Gibt es bessere Optionen? Eine fertige Plattform, die für unsere Zwecke kon…
-
I enabled the
#define MICROPY_RLOTTIE 1
and then I call
python3 make.py esp32 clean BOARD=ESP32_GENERIC_S3 VARAINT=SPIRAM --flash-size=16
but it dosent works, it says:
/workspace/lvgl_micropyt…
-
### The problem
I am trying to connect more than one addressable RGB strip to my ESP32 controller running ESPHome.
When I have **one neopixelbus** light instance (LED1) it runs well. When I try to…