so it appears that one can not pass a parameter to the offset field in the platform sun?
here is an example
trigger:
platform: sun
event: sunrise
offset: "{{ states('sensor.formatted_offset') }}"
is this true, and if so how does one work around this?