-
Notifications
You must be signed in to change notification settings - Fork 43
How to Test & Debug
Below are instructions for performing various testing and debugging actions to help developers debug issues.
-
In Home Assistant, go to HACS and click on the Alarm.com integration. This will open up the description page for the Alarm.com integration.
-
Click on the three dots on the top right, then click on "Redownload".
-
From the "Select version" menu, select "master", then click download.
-
Restart Home Assistant.
-
In Home Assistant, go to Settings > Devices & Services > Devices. You'll see a list of all of your devices.
-
Click on the device for which you want to get debug information. That will take you to the device's information page.
-
Click on "PRESS" for the device's Debug entity:
-
Go to Settings > System > Logs and click on the debug log for your device:
-
Use the copy button in the log entry's modal to copy and paste the required information into your GitHub comment. Please don't post a screenshot!
Adding the following to Home Assistant's configuration.yaml
file, then reboot:
logger:
default: warn
logs:
custom_components.alarmdotcom: debug
pyalarmdotcomajax: debug