Ring Alarm - MQTT Discovery Alarm integration

I have this in config.yaml
mqtt:
broker: 127.0.0.1
username: username
password: password
discovery: true
discovery_prefix: homeassistant
birth_message:
topic: ‘hass/status’
payload: ‘online’
qos: 0
retain: false

I only have modes enabled, the logs say publishing device but nothing is showing up…

I figured out my problem - thanks for your help!