-
GyverLamp - очень крутой проект, от простого создания красивой обстановки превратился уже в необходимость.
Но было бы еще круче интегрировать это хоть как-то с home assistant. Это планируется в будущ…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
Any solution to add for ST7701S Lily Go T-RGB round display initialization code. Original and running code available on [https://github.com/Xinyuan-LilyGO/LilyGo-T-RGB/tree/main/src](url) but the co…
-
### Answers checklist.
- [X] I have read the documentation of the component in question and the issue is not addressed there.
- [X] I have searched the issue tracker for a similar issue and not fo…
-
### The problem
impossible to compile firmware.
See below in the logs the error
### Which version of ESPHome has the issue?
2024.4.0
### What type of installation are you using?
Home Assista…
cop98 updated
3 months ago
-
DB0093 [Created: 2017-02-01]
The newly installed laser distance sensor can be used to measure position of the sample surface. This inormation will be helpful in determining how much the distance betw…
-
I have a ws2812 strip and code as follows:
```
import machine, time
pixels = 16
np=machine.Neopixel(machine.Pin(22), pixels)
def shift_left():
rgb_first = np.get(1)
for x in range(1,pix…
-
### The problem
When using `data_template` and accompanying `variables` tag in the `homeassistant.event` action, the lambda code for the variables must be explicitly declared as a lambda (using `!lam…
-
I did some reading on migration guide and API description - the mechanism seems pretty identical, API is very close but there are a lot of renaming
I plan to really start to work on it when official …