Skip to content

Commit 6700128

Browse files
authored
Update README.md
1 parent 56038f3 commit 6700128

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# File++
2-
Based on the Home Assistant Core Integrations [`File`](https://www.home-assistant.io/integrations/file/), I created a custom version that reads and writes **multi-line** content. I personally use this to load email-templates and store data larger than 255 characters (which is the max of a Text Helper (any entity for that matter)).
2+
Based on the Home Assistant Core Integrations [`File`](https://www.home-assistant.io/integrations/file/), I created a custom version that reads and writes **multi-line** content.
3+
4+
**Use case examples:**
5+
- Store and read data larger than 255 characters
6+
- Load email HTML templates
7+
- Store large AI/ChatGPT responses
8+
- ... and much more!
39

410
**Features:**
5-
- Use the `notify` service to write multi-line content to a local file
11+
- Use the `notify` service to write multi-line content to a local file. If a file already exists, its content will be erased and the new content will be stored
612
- Use the `sensor` service to read multi-line content from a local file. The content is available in the `content` attribute of the sensor.
713

814
**Removed:**

0 commit comments

Comments
 (0)