I have been working on implementing a native Home Assistant ADT Pulse integration, with easy one-click installation using HACS.
This integration is still in “beta” so expect there to be rough edges, but I felt there should be something MUCH simpler than setting up a MQTT instance and all the configuration to get people up and running with integrating their ADT Pulse system.
Here is the example config to get an entire ADT Pulse system showing up with all door/window sensors and the alarm panel. This does not work with ADT Pulse lights or cameras (since I have neither).
adtpulse:
username: [email protected]
password: your_password
You can check it out here:
Feel free to contribute bug fixes, etc.