Erik Montnemery
Erik Montnemery
This implements the suggestion from #290
Can't be merged until https://github.com/home-assistant/frontend/pull/12354 is merged and an updated app is published
Add basic fold support to enable testing of DST transitions with python 3.6+ when using a fold aware timezone library The PR does not update `pickle_fake_datetime` to preserve `fold` information....
### Background: The cutoff point for the [sun conditions](https://www.home-assistant.io/docs/scripts/conditions/#sun-condition) is midnight in local time. This works OK in most cases, _as long as the sun sets before midnight in local...
`white_value` will be removed from `light` in Home Assistant Core 2022.9, which will break this custom component if it's not updated. Background here: https://github.com/home-assistant/core/pull/76926
`white_value` will be removed from `light` in Home Assistant Core 2022.9, which will break this custom component if it's not updated. Background here: https://github.com/home-assistant/core/pull/76926
## Proposed change Add `serial_number` to device registry entries The serial number can be displayed in the device card in frontend ## Type of change - [ ] Dependency upgrade...
## Proposed change Improve check of `new_entity_id` in `entity_registry.async_update_entity` to block claiming an `entity_id` which is in the state machine. ## Type of change - [ ] Dependency upgrade -...
## Proposed change Add support for integrations v2 Background in https://docs.google.com/document/d/1990CZGDDLnYPcCHVuspwwCvgOJsHXAmr-19gWWW635w ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue)...
## Proposed change Support filtering state changes attributed to a service call, to help avoid false positives in the logbook This PR has the same goal as #72084, but the...