Alarm Panel Won't Arm

Hey folks,

I have a new Home Assistant setup using Hass.io. Following the tutorial, I added the alarm_control_panel to my configuration.yaml and it shows up successfully on the overview pane. However, when I enter the code and click Arm Away or Arm Home buttons, a little notification pops up on the bottom saying that the respective arm service was called, however its state remains Disarmed. I’ve tried restarting the server and refreshing the page, and not entering the code, but same symptoms. It always just says Disarmed. Any idea what could be wrong? Here’s the entry in my configuration.yaml. Thanks!

alarm_control_panel:
  - platform: manual
    name: Home Alarm
    code: 9999
    pending_time: 5
    delay_time: 5
    trigger_time: 5
    disarmed:
      trigger_time: 5
    armed_home:
      pending_time: 5
      delay_time: 5
    armed_away:
      pending_time: 5
      delay_time: 5

Aghhh…Finally figured it out. Rookie mistake. Need single quotes around the pass code. Thanks anyway!

Of course now i need to setup secrets.