[Migration] Explain lowercase filenames for icons (#270)
* explain lowercase filenames for icons in migration tutorial and item documentation * reverted changes in item documentation due to PR #250 * included link to items documentation for further details * Update migration.md Accepting contribution under the small patch exception. Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)pull/317/merge
parent
f7e6511569
commit
922bffa324
|
@ -502,9 +502,10 @@ there are no values in the database to restore the Items to when openHAB starts.
|
|||
common Sitemap issue will be missing icons. Browse through your sitemap
|
||||
methodically and identify those entries that have a missing or wrong
|
||||
icon. Select an alternative from the [defaults]({{base}}/addons/iconsets/classic/readme.html)
|
||||
or copy the one you were using from openHAB 1.x to the conf/icons/classic folder.
|
||||
Both BasicUI and ClassicUI pull their icons from that folder. For a sitemap that
|
||||
most closely resembles your current sitemap I recommend using ClassicUI.
|
||||
or copy the ones you were using from openHAB 1.x to the conf/icons/classic folder.
|
||||
Both BasicUI and ClassicUI pull their icons from that folder. For details on custom icons make
|
||||
sure to check the icons section in the [Items]({{base}}/configuration/items.html#icons) documentation.
|
||||
One important change since openHAB 1.x is that icon filenames need to be lowercase only in openHAB 2.
|
||||
|
||||
Once you are satisfied that your new openHAB system is up and running take a
|
||||
deep breath and take a break. Let it run for a few days or a week and verify
|
||||
|
|
Loading…
Reference in New Issue