* Spelling. Loops notation
Corrected error in spelling of fragments (from fragements).
Changed notation of state of item in a loop to: items[loop.item.name].state (was loop.item.state).
This will ensure items update state with state changes.
Signed-off-by: fringefilmsoz <fringefilmsoz@gmail.com>
* Fix samba-tool testparm (#1650)
The actual command "samba-tool" was missing to run the "testparm" subcommand.
Signed-off-by: Schrotti <Schrott.Micha@web.de>
* Update auto_overview.md
Just some grammar / typo corrections
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
Signed-off-by: Schrotti <Schrott.Micha@web.de>
Co-authored-by: Per Skenhall <per_skenhall@hotmail.com>
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* typo fix
* typo fix 2
typo fix 1 introduced it's own typo - which is now also fixed
* typo fix 2
typo fix 1 introduced it's own typo - which is now also fixed
The tables were wrong and confusing. I fixed the errors (reverse engineered from code), merged them into one, streamlined it so it shows the three relevant columns "Equipment", "Point" and "Property".
Signed-off-by: Eiko Wagenknecht <eiko.wagenknecht@web.de>
* Update links to target "main" branches
Signed-off-by: Wouter Born <github@maindrain.net>
* Update process_file.rb
Signed-off-by: Wouter Born <github@maindrain.net>
* Update for all other repos too
Signed-off-by: Wouter Born <github@maindrain.net>
* Update first_steps.md
I don't think the "Log into the dashboard with an existing user" section is necessary in the First Steps, since the user is already logged in after creating an administrator and there are no other existing users. It might confuse people thinking that they're missing something, when they're already logged in. I'd suggest cutting this section (is "logging into the dashboard" covered anywhere else?) and skip right to "Initial Settings".
When I try to space out the images, some of them disappear in the preview. I'm not sure what I'm doing wrong.
* Update first_steps.md
Updated to put each sentence on a separate line.
I also rewrote the "Log into the dashboard" section to simplify it for new users, while keeping the note that additional users can only be created via the console.
Signed-off-by: Russell Wong, russ@scatterthought.com (github: scatterthought)
* Update model.md
Initial pr by @clinophobic
* Add original picture as file and replace the old one.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Link to concepts section fixed.
The {base} part of the link to 'Concepts' section seems to already include /doc in its path, thus directing the user to /docs/docs/... path (specifically https://www.openhab.org/docs/docs/concepts/index.html), whereas the proper link should be https://www.openhab.org/docs/concepts/.
* Update tutorials/getting_started/things_simple.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update model.md
Small changes to make the text match the items in the pictures.
* Update tutorials/getting_started/model.md
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update index.md
I felt it was a bad situation that the first thing we hit a brand new user with on the very first page is the confusing situation of TEXT VS UI. Hence the change to encourage users to skip ahead.
Great to have it for V2 users upgrading, but confusing for the brand new user with zero openHAB experience.
Added links and reworded to make it more personal through the use of 'you' instead of 'the user'.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* Change from skip to come back later.
Signed-off-by: Matthew Skinner <matt@pcmus.com>
* fixes.
Signed-off-by: Matthew Skinner <matt@pcmus.com>