Luis López

Results 10 issues of Luis López

Sorry if this question was raise before. Is there any reason for humanfriendly doesn't support months (with M suffix) in parse_timespan? Looking into the code I can see that suffixes...

Enable user installation. Since Makefile changes a lot I opted to create a separed `Makefile.user` Test with `make -f Makefile.user install DESTDIR=/tmp/test`

It's possible to install as user? I recall doing it but that configuration was lost long time ago. I can test it if someone points me the right paths.

There some projects out there replicating the OpenAI API like [LocalAI](https://github.com/go-skynet/LocalAI). Some organizations are using them for experimentation and local-AI powered projects. The possibility of connecting Buzz with those platforms...

See https://github.com/ldotlopez/ha-historical-sensor/issues/13

``` ha-core | 2023-12-29 12:25:42.629 WARNING (MainThread) [homeassistant.components.energy.sensor] Found unexpected state_class None for sensor.es0021000002618134yh_historical ```

Check https://aarongodfrey.dev/home%20automation/building_a_home_assistant_custom_component_part_2/

Once I fix the [database corruption bug](https://github.com/ldotlopez/ha-ideenergy/issues/58) I plan to release it as 2.0.0 and start the 3.x series. In fact, I already start testing the waters in the 'dev'...

Title. Provide some UI for upload and import data from CSV. Check the code that allows users to upload images in the HA core.

Group historical states by hour, then calculate max, min, sum, etc…