Jan-Philipp Benecke
Jan-Philipp Benecke
@tlimoncelli before I continue my work, I would like to hear your feedback. I'm currently working on making DNSControl concurrently (#1535). While testing, I have found that the pkg/printer is...
I'm currently thinking about a GH action, which parses the CODEOWNERS file and mentions the user automatically when a PR is created which for he/she is a owner. This is...
I'm thinking about a kind of DNSSEC synchronization between DSP and registrar, like dnscontrol already do it with nameservers. Is this something you would like to have ?
Added the wetland background icon to the iconset. I thing we need a other color schema for the background image.
## Proposed change Add the Discovergy icon and logo for the new integration. ## Type of change - [x] Add a new logo or icon for a new core integration...
## Breaking change None ## Proposed change This PR adds a new integration for Discovergy smart meters (electricity & gas). ## Type of change - [ ] Dependency upgrade -...
## Proposed change Add a config flow for the `trend` integration. When merged `trend` could be set up either through `configuration.yaml` or through the UI. The migration and deprecation of...
## Proposed change We currently use something like the following in a lot of our config flows: ```python self.hass.config_entries.async_update_entry( self.existing_entry, data={ CONF_EMAIL: user_input[CONF_EMAIL], CONF_PASSWORD: user_input[CONF_PASSWORD], }, ) await self.hass.config_entries.async_reload( self.existing_entry.entry_id...
## Proposed change Currently, the status class and the device class are statically assigned for the ZHA sensors 'SmartEnergyMetering' and 'SmartEnergySummation', which leads to inadmissible use, e.g. the device class...
## Breaking change The services `vacuum.turn_on` and `vacuum.turn_off` were deprecated in 2023.8. Support for the deprecated services has now been completely removed. If you are still using them, please adjust...