Skip to content

FoUStep/ha-pan-customintegration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Fork of Skalavala's version, which unfortunately no longer has the code available.

@18th May 2023 Version
Tested on PA-440
PAN-OS 11.0.1
Home Assistant 2023.5.3



GitHub release

Setup instructions:

  1. Upload folder including all files to /config/custom_components/ on Home Assistant host.
  2. Add to configuration.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
  1. Allow PA API access and get the API key and management IP.
  2. Add paloalto_authkey and paloalto_hostip to secrets.yaml.
  3. Restart Home Assistant.

First repo on GitHub, bare with me.

About

A custom firewall integration for Home Assistant.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages