From db0472617c4d587b55a99653a5e432082c4f639b Mon Sep 17 00:00:00 2001 From: Nitwel Date: Sat, 11 Nov 2023 18:26:58 +0100 Subject: [PATCH] update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46fe4e9..d4364d7 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ For example, the entity of name `lights.smart_lamp_1` would control the kitchen ├── assets (Files like logos or assets that are shared across scenes) ├── content/ (Main files of the project) │ ├── entities (Entities that can be placed into the room) +│ ├── functions (Generic functions that can be used in scenes) │ └── ui (User Interface Scenes and related files) └── lib/ (Code that is global or shared across scenes) ├── globals (Globally running scripts)