-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
_@18th May 2023: Tested on PA-440._ | ||
|
||
|
||
**Setup instructions**: | ||
1. Upload folder including all files to /config/custom_components/ on Home Assistant host. | ||
2. Add to configuration.yaml: | ||
```yaml | ||
# Palo Alto Networks custom integration | ||
- platform: paloalto | ||
api_key: !secret paloalto_authkey | ||
ip_address: !secret paloalto_hostip | ||
monitored_conditions: | ||
- host_name | ||
- up_time | ||
- serial_no | ||
- sw_version | ||
- gp_version | ||
- logdb_version | ||
- operation_mode | ||
- cpu_temp | ||
- gp_users | ||
- gp_user_count | ||
- loggedin_user_count | ||
- loggedin_users | ||
``` | ||
3. Allow PA API access and get the API key and management IP. | ||
4. Add paloalto_authkey and paloalto_hostip to secrets.yaml. | ||
5. Restart Home Assistant. | ||
First repo on GitHub, bare with me. |