Alberto Montes
Alberto Montes
Add: * [ ] Contribution Guideline * [ ] Issue Template * [ ] Pull Request Template
Store for all the interactions the scribbles and predicted masks in a local folder. Add option to `DavisInteractiveSession` with a path to the folder to store all the interactions scribbles...
Here can be found the [structure](https://gist.github.com/JBed/c2fb3ce8ed299f197eff). It would be necessary to find the weights.
## Proposed change This change describes how to setup climate groups and their logic behind the state and attributes grouping. NOTE: this PR is picking up the work done in:...
## Proposed change **Note**: This PR is a continuation of the existing work: https://github.com/home-assistant/core/pull/77737 Adds a climate group component. Based initially on https://github.com/daenny/climate_group, but updated to be similar to the...
Given the request to improve the library to make it more reliable and ready for a 1.0 version, here is my contribution on that regard: https://github.com/wmalgadey/PyTado/issues/75 Added as standard tools:...
I am currently trying to integrate the following endpoint provided by MeteoSwiss in order to fetch forecast information and expose it to Home Automation systems. Something I am encountering that...
## Proposed change This change updates the string formatting to use f-strings on core code. This is to have the code reflect the existing code style guidelines for Home Assistant...