How to get Alarm MQTT on same alarm?

Hi,

I already was using the manual_alarm component, which is working great. Now i also want to integrate MQTT in the alarm and i found that was possible (here : Manual MQTT Alarm control panel - Home Assistant). It is talking about extending the manual_alarm component, which is great!

alarm_control_panel:

  • platform: manual
    name: Home Alarm
    code:
    pending_time: 45
    delay_time: 20
    disarmed:
    trigger_time: 0
    armed_home:
    pending_time: 0
    delay_time: 0
    trigger_time: 30
  • platform: manual_mqtt
    state_topic: home/alarm
    command_topic: home/alarm/set

That is my config. It is publishing things to my queue, but the manual_mqtt creates ANOTHER alarm component in Home-Assistant… i only want one Alarm that i can control from the UI and from MQTT. How can i do that?

Anyone ? :slight_smile:

I believe you use one or the other. I can control my manual_mqtt from the web interface.