Franck Nijhof 6ead12efbc
Extends textlint Terminology list; part 5 (#12072)
* Extends textlint Terminology list; part 5

* Remove walkthrough from textlint

* Improve Default Configuration page links
2020-02-13 13:39:06 +01:00

1.6 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, ha_codeowners
title description logo ha_category ha_release ha_iot_class ha_codeowners
Home Assistant Device Tracker to support FortiOS Instructions on how to use Fortinet FortiOS to track devices in Home Assistant. fortinet.jpg
Presence Detection
0.97 Local Polling
@kimfrellsen

This integration enables Home Assistant to do device tracking of devices with a MAC address connected to a FortiGate from Fortinet.

The integration relies on the fortiosapi. The integration has been tested both on FortiGate appliance and FortiGate VM running SW FortiOS v. 6.0.x and 6.2.0.

All devices with a MAC address identified by FortiGate would be tracked, this covers both Ethernet and Wi-Fi devices, including devices detected by LLDP.

The integration is based on the Home Assistant device_tracker platform.

# Example configuration.yaml entry
device_tracker:
  - platform: fortios
    host: YOUR_HOST
    token: YOUR_API_USER_KEY

{% configuration %} host: description: Hostname or IP address of the FortiGate. required: true type: string token: description: "See Fortinet Developer Network for how to create an API token. Remember this integration only needs read access to a FortiGate, so configure the API user to only to have limited and read-only access." required: true type: string verify_ssl: description: If the SSL certificate should be verified. In most home cases users do not have a verified certificate. required: false type: boolean default: false {% endconfiguration %}