drewkeller
drewkeller
PiPresents is complicated enough that I think it would benefit from unit testing. At least in some of the main classes. I don't have much experience with python, but I...
You can see these in action in my tutorials #6 and 7 at https://www.youtube.com/playlist?list=PL-n8hwBcla7hqza1H3JK7sD0ECde79HyP.
I could be wrong, but it looks to me like the precipitation amount is only provided as part of the textual description of forecasts. I implemented handling of the twice...
see https://developers.home-assistant.io/blog/2024/03/30/deprecate-hass-helpers/ The update fixes the following error at startup after installing HeaterMeter: ``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 426, in _async_setup_component result = await task ^^^^^^^^^^...