enkama / hass-variables

Home Assistant variables component
89 stars 12 forks source link

Max length 255 characters #106

Closed tmaihoff closed 8 months ago

tmaihoff commented 8 months ago

Is it possible to set a variable to a value bigger than 255 characters?

Snuffy2 commented 8 months ago

No, Home Assistant has a max state length of 255 characters. Attributes however don't have this limit. So if you need to store something longer, store it as an attribute.