Chicken eggs!

I’m happy to report this does indeed work and turns off an hour after sunrise. And it’s SIMPLE!!

- id: '1569929226364'
  alias: turn on egglight at sunset -15 hrs
  trigger:
  - event: sunset
    offset: '-15:00:00'
    platform: sun
  condition: []
  action:
  - data:
      entity_id: switch.4857044184f3eb916030_2
    service: switch.turn_on
  - after: sunrise
    after_offset: '1:00:00'
    condition: sun
  - data:
      entity_id: switch.4857044184f3eb916030_2
    service: switch.turn_off

Thanks to everyone who cared deeply about my eggs! I learned a few things along the way as well.

5 Likes