Development helpt : Platform error alarm_control_panel.ATSalarm - Integration '' not found

Hi Guys,

I’m making a new integration for my alarm. I have followed the integration docs and used another integration as example but when I try to validate my config it tells me :

Platform error alarm_control_panel.ATSalarm - Integration '' not found.

My config looks like:

alarm_control_panel:

  • platform: ATSalarm
    alarmIP: ‘123.456.789.012’
    alarmPort: ‘8123’
    alarmCode: ‘123456789012345678901234’
    alarmPin: ‘1234’

the path to my integration is :
\custom_components\ATSalarm\alarm_control_panel.py

Does anybody have an idea what I’m doing wrong?

My integration can be found here : GitHub - kloknibor/ATS-alarm: homeassistant integration for ATS alarm

thanks for the help in advance!

This should work:

alarm_control_panel:
  - platform: atsalarm

Did you ever get this working? With the above config ik get connection error’s in the log

hi guys

did you find a solution to the problem because i am in the same state?

Thanks for your answer .

Post a link to your code. The issue above was the case of the platform it should have been lowercase.