Wallmote not turning off lights

I reset all my zwave devices to default and can no longer get the Wallmote to work again. I have added the command class 91 to the zwave config file for this node. My automation that used to work is:

  alias: WallMote Turn Off Bedroom Light
  trigger:
  - event_data:
      entity_id: zwave.wallmote
      scene_data: 0
      scene_id: 1
    event_type: zwave.scene_activated
    platform: event
  condition: []
  action:
  - service: light.turn_off
    entity_id: light.zooz_zen27_s2_dimmer_wall_switch_level

I am not sure what else I may be missing or how to troubleshoot. I am running Hass.IO with HA 99.3. Any assistance would be appreciated.

DIsregard this post. I found that the entity_id name had changed a little. Once that was corrected it is working again.