Text helper restricted to 255 characters

Is there a way to increase the length of the text helpers?
Version:

All states are restricted to 255 chars, including text helpers.

2 Likes

I have not found a way to increase the length of these helpers and can understand your problem. I’d like them to be able to store more data as well.

The only workaround I was able to find is with some commands to write data into a file and read it back later. Certainly not the prettiest solution but is able to store as much data as you need.

1 Like

Hi
An alternative would be to use this trigger template to store global variables. Since it is stored as an attribute, it can be longer.

2 Likes

Not possible. use a trigger template text sensor as described in the post above.

1 Like

thank you all very much for the feedback