Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FoUStep authored May 17, 2023
1 parent d822e2d commit c5ffaa3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README.md
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.

0 comments on commit c5ffaa3

Please sign in to comment.