You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# 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!
3
9
4
10
**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
6
12
- Use the `sensor` service to read multi-line content from a local file. The content is available in the `content` attribute of the sensor.
0 commit comments