BeardedTinker

Results 23 issues of BeardedTinker

Let's track discovered HA repairs and fixes. First one: ![image](https://user-images.githubusercontent.com/47822612/194706852-1aa89b39-fb92-416e-9e79-1ac9277edd2d.png)

old-issue
Breaking change

To accompany video [To-Do lists](https://youtu.be/7GAQxomFQ5k), here is code used in automation: For trigger, this is used: ``` platform: template value_template: |2- {% for state in states.sensor | selectattr('attributes.device_class', '==', 'battery')...

Enhancement
old-issue
Notification

There is error in log: _Logger: homeassistant.components.python_script.shellies_discovery.py Source: components/python_script/__init__.py:224 Integration: Python Scripts ([documentation](https://www.home-assistant.io/integrations/python_script), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+python_script%22)) First occurred: 2:00:00 AM (8 occurrences) Last logged: 9:00:01 AM Error executing script: host value is...

old-issue
Log error

There is following error in GitHub notifications script: _Logger: homeassistant.helpers.template Source: helpers/template.py:232 First occurred: 12:08:16 AM (18 occurrences) Last logged: 9:00:00 AM Template variable warning: 'dict object' has no attribute...

old-issue
Log error

Working on some additional things that can improve energy efficiency or lower energy use. This will include: - additional heating off when kids are out. Normally this was set to...

Enhancement
old-issue

Finally implementing HASS.agent in my system and here will be all of the code that is used. So far 3 PCs are included: - Zita and Luka notebooks with their...

Enhancement
old-issue
HACS

Adding support for Lilygo e-paper T5 device. So far tried few examples, and this one mostly works: https://www.reddit.com/r/homeassistant/comments/sdx5gg/yet_another_lilygo_t5_eink_esphome_dashboard/ Adapted to my setup, changed language to English, but still more work...

Enhancement
old-issue
Device

Playing with [ESP32C3 ](https://www.seeedstudio.com/Seeed-XIAO-ESP32C3-p-5431.html) and their new [24GHz mmWave Human static Presence Module Lite](https://www.seeedstudio.com/24GHz-mmWave-Sensor-Human-Static-Presence-Module-Lite-p-5524.html) sensor.

old-issue
Device

This issue is used to track updated available for HACS.

Enhancement
HACS

This is code from the video. ![image](https://github.com/BeardedTinker/Home-Assistant_Config/assets/47822612/0133cea2-7873-4de1-8f7a-b5cdbed5b2db) ``` service: open_epaper_link.drawcustom data: background: white ttl: 300 payload: - type: rectangle outline: red fill: white width: 1 x_start: 5 y_start: 5 x_end:...

Enhancement
HACS