Sebastian Noack
Sebastian Noack
Cocktail times hosts identical recipes under different URLs, when they appear in multiple categories. In that case only one recipe should be indexed.
If you look at events on the FOSDEM schedule (provided from the built-in list of conferences) for example, speaker names are given at the top of the events. So the...
## Proposed change The Balboa Spa integration was missing entities to control the lights on the Hot Tub. This PR is adding entities for the lights. As requested this was...
## Proposed change The Balboa Spa integration was missing entities to control the pumps (for the jets) of the Hot Tub. This PR is adding entities for the pumps. As...
You can delete a customer's email address via `stripe.customers.update(id, {email: null})`. However, this is currently causing a type error, since the type definitions don't allow the use of `null` here....
If I don't have `wayland-protocols` installed system-wide, `cmake` fails with following output, despite using `-DSOURCE_WLPROTO=ON`: ``` $ cmake -DSOURCE_WLPROTO=ON .. -- The C compiler identification is GNU 6.3.0 -- Check...
When using WAQI as data source previously their air quality index sensor could be specified as `main_pollutant` and the respective information where looked up from its attributes. But it seems...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own...
While at it, also migrate from using deprecated Mireds to supporting Kelvin natively. This PR depends on LaggAt/python-govee-api#118.