Minimote broken on .88 in Docker on Ubuntu

It was working along with all my other automations until I had to reboot.
I got the other automations working adding initial_state: true to them.

But the minimote is still not kicking off automations. Here is part of my automations.yaml code. Does anyone see a problem here.

mythuser@amethi:~/homeassistant$ cat automations.yaml

  • alias: Minimote Button 1 Pressed
    initial_state: true
    trigger:
    platform: event
    event_type: zwave.scene_activated
    event_data:
    entity_id: zwave.aeotec_dsa03202_minimote
    scene_id: 1
    action:
    service: light.toggle
    entity_id: light.leviton_unknown_type1706_id0334_level
    id: c7fe7e95c3084040b9392ec04a600a19
  • alias: Minimote Button 2 Pressed
    initial_state: true
    trigger:
    platform: event
    event_type: zwave.scene_activated
    event_data:
    entity_id: zwave.aeotec_dsa03202_minimote
    scene_id: 3
    action:
    service: light.toggle
    entity_id: group.bedroom_lights
    id: a1256d9962bb4b279899fcb69ff4af5e
  • alias: Minimote Button 3 Pressed
    initial_state: true
    trigger:
    platform: event
    event_type: zwave.scene_activated
    event_data:
    entity_id: zwave.aeotec_dsa03202_minimote
    scene_id: 5
    action:
    service: light.toggle
    entity_id: light.leviton_dzpd32bw_decora_300w_plugin_smart_dimmer_level_2
    id: 4eeb7a32dc4b4b23b043d487307fc3c4
  • id: ‘1548288170193’
    alias: BedroomLightsTimer
    initial_state: true
    trigger:
    • at: ‘20:30’
      platform: time
      action:
    • data:
      entity_id: group.bedroom_lights
      service: homeassistant.turn_on
    • delay: 00:00:05
    • data:
      entity_id: group.bedroom_lights