fcortijos
fcortijos
Had the same issue Logger: homeassistant.util.async_ Source: util/async_.py:150 First occurred: 14:16:15 (1 occurrences) Last logged: 14:16:15 Detected blocking call to sleep inside the event loop. This is causing stability issues....
Hi, it didn't change the value. So I use this code instead (bellow) and the value change from 75 (no cover) to 400 (when covered). // lv_label_set_text(label_cds, String(smartdisplay_get_light_intensity()).c_str()); lv_label_set_text(label_cds, String(analogReadMilliVolts(LIGHT_SENSOR)).c_str());...
> > Could you try one more thing? Go to settings > devices & services > entities > search for network_scanner and make sure there is only one entity for...
Sorry, I didn't understand what means " filtering entities by entity_id" in this context. What I'm looking for is a cross reference among Helpers and automatition and lovelace. Sensors and...
You did not understand my request. But that's ok, I coded the solution and solved the problem.
@jazzyisj - I'm glad that you understood my proposal. My solution was quick and dirty, not for general use. A simple python program that reads the automations.yaml e lovelace files...