home-assistant.io
home-assistant.io copied to clipboard
Remove contradiction in sunset condition
Remove contradiction in current documentation of sunset condition.
Current documentation documents a work-around (using an explicit 'or' to specify "before sunrise or after sunset").
Note "before sunrise / after sunset" example still does not work. Fixed in https://github.com/home-assistant/core/pull/76143
Proposed change
Type of change
- [ ] Spelling, grammar or other readability improvements (
currentbranch). - [ ] Adjusted missing or incorrect information in the current documentation (
currentbranch). - [ ] Added documentation for a new integration I'm adding to Home Assistant (
nextbranch).- [ ] I've opened up a PR to add logo's and icons in Brands repository.
- [x] Added documentation for a new feature I'm adding to Home Assistant (
nextbranch). - [ ] Removed stale or deprecated documentation.
Additional information
- Link to parent pull request in the codebase: https://github.com/home-assistant/core/pull/76143
- Link to parent pull request in the Brands repository:
- This PR fixes or closes issue: fixes #
Checklist
- [x] This PR uses the correct branch, based on one of the following:
- I made a change to the existing documentation and used the
currentbranch. - I made a change that is related to an upcoming version of Home Assistant and used the
nextbranch.
- I made a change to the existing documentation and used the
- [x] The documentation follows the Home Assistant documentation standards.
It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the next branch. Please change the target branch of this PR to next and rebase if needed.
(message by DocsTargetBranch)
Could you rebase your branch to the next branch so that the unrelated commits disappear from your pull request.
I thought I already did when I merged the 'next' branch in.
Guess I have to figure out how to rebase from here...
This ought to do it...