rogro82 / hass-variables

Home Assistant variables component
238 stars 58 forks source link

Setting variable to boolean results in string? #18

Open Swiftnesses opened 5 years ago

Swiftnesses commented 5 years ago

Hi,

Settings a variable to true (without quotes) updates the variable to 'True' which is a string, is there a way to avoid this?

Swiftnesses commented 5 years ago

Update: I can actually use it as a boolean, but shouldn't it be displayed as 'true' / 'false' in the home assist entities if it's a boolean?