* More straightforward example rules_refresh.sh
* Use environment var for config directory location
Signed-off-by: Dmitry Kann <yktooo@gmail.com> (github: yktoo)
Update the "rules_refresh.sh " script to a working one. There was a high comma too much and i think in this version, the for loop is more readable for beginners.
* 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 <brad@gilmer.tv> (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 <brad@gilmer.tv> (github: bgilmer77)
* Fix markdown table style
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Update persistence.md
- updates persistence.md by adding content from old wiki article
- removes references to old wiki article
- addresses #524
* Address comments from @ThomDietrich
- See GitHub Conversation page for comments addressed.
* Capitalize all instances of "Item"
- Capitalized all instances of "Item"
- Did NOT capitalize all instances of "items"
Signed-off-by: Brad Gilmer <brad@gilmer.tv> (github:bgilmer77)
* Add naming recommendations to items article
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Follow up on comments, improve article parts
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Address further comments
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Unify example item names, add details
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add last fixes
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add Item types to article
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add tagging intro and example
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Add tagging syntax example
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Rearrange and improve Dynamic Icons chapter
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Transform general Item syntax into list
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Final comments and further additions
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Correct linter warning ins config articles, part 1
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
* Finish configuration linter corrections
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>