-
-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Persistence] Add improvements (#535)
* Additional improvements to persistence article Addressing comments left over from #527 - Changed that -> than - Resolved clashing headlines - Strategies section: added `default` and explained its operation - Changed persistence extensions from code block to itemized list * Improve readability of Strategies and Items sections - Reworded some of tne introductory material - Reorganized and changed some sub-section titles in Strategies and Items area to improve comprehension. - Item Persistence Configuration -> Persistence Configuration - Added Persistence Trigers section - Strategies section -> Strategies - Items section -> Items - Addressed comments by @Confectrician * Address numerous comments from @ThomDietrich - Deleted one configuration headline - Added intro sentence to configuration section - Combined all text about default in one section of the document - corrected cronexpression angle bracket error - added code fence around everyChange, etc. - Removed detail of Quartz stuff and just added a pointer to Rules article - Replaced "persist everything" example to persisting Heating_Mode, etc..." - Added example of how default works. * Finishes "nit" pass through Persistence article - Numerous small changes to improve readability * Expand explanation of how one may specify persistence for an Item - Existing text was not clear about the syntax one would use with a Persistence Extension in order to specify a persistence store in cases where multiple stores are available. - Clarified language and added an example. * Correct formating of Persistence Extensions - Removed extra lines - Added code fences Signed-off-by: Brad Gilmer <[email protected]> (github: bgilmer77) * Format Persistence Extensions as a table - Changed Persistence Extensions section from a non-enumerated list to a table - Fixed a spelling error in the section on restoring items after a restart Signed-off-by: Brad Gilmer <[email protected]> (github: bgilmer77) * Fix markdown table style Signed-off-by: Thomas Dietrich <[email protected]> (github: ThomDietrich)
- Loading branch information
Showing
1 changed file
with
91 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters