Suppose you trigger is:
- trigger: state
entity_id: input_boolean.my_boolean
from: on
to: off
Sort of True/False, and applies to binary_sensors and more objects. Also applies to the state of conditions.
This way of defining it returns an error. The state of the trigger must be a string.
It is correct to use quotes (single or double).
Why doesn't HA use real booleans in such cases? I can use numbers without quotes but I don't understand why every thing else is a string.
