Instron Light Automation

Just trying to automate and toggle a single Insteon Light in my office on and off. the toggle via love lace works… what am I missing?

- id: '1564347658797'
  alias: Daves Office Test
  trigger:
  - minutes: /1
    platform: time_pattern
  condition: []
  action:
  - data:
      entity_id: switch.switchlinc_relay_dual_band_48_54_4d
    service: light.toggle

Your entity is a switch not a light so you can not use light.toggle

Yup. That worked. Thx