From 462e915d2f9aea6f315252f24627182cbf65cda3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Wed, 31 Jan 2024 08:02:37 +0100 Subject: [PATCH] Categories: include in sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • insert the conclusion from https://github.com/openhab/openhab-core/issues/3958 --- .vuepress/docs-sidebar.js | 2 ++ concepts/categories.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.vuepress/docs-sidebar.js b/.vuepress/docs-sidebar.js index caa42ff063..8c6047c393 100644 --- a/.vuepress/docs-sidebar.js +++ b/.vuepress/docs-sidebar.js @@ -66,8 +66,10 @@ module.exports = [ 'concepts/things', 'concepts/items', 'concepts/discovery', + 'concepts/categories', 'concepts/audio', 'concepts/units-of-measurement', + 'concepts/profiles', 'concepts/rules', ] }, diff --git a/concepts/categories.md b/concepts/categories.md index e8fa5d55e0..1f65587da4 100644 --- a/concepts/categories.md +++ b/concepts/categories.md @@ -6,6 +6,7 @@ title: Categories # Categories Categories in openHAB are used to provide meta information about Things, Channels, etc. UIs can use this information to render specific icons or provide a search functionality to for example filter all Things for a certain category. +Categories should not be changed dynamically via Rules. ## Differences between categories