mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
FortiGate: Fixes release, spelling & front matter (#9872)
This commit is contained in:
parent
68ab558422
commit
d77314e682
@ -1,24 +1,18 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
|
||||||
title: "Fortigate"
|
title: "Fortigate"
|
||||||
description: "Instructions on how to integrate Fortigate Firewalls into Home Assistant."
|
description: "Instructions on how to integrate FortiGate Firewalls into Home Assistant."
|
||||||
date: 2019-07-07 22:00
|
|
||||||
sidebar: true
|
|
||||||
comments: false
|
|
||||||
sharing: true
|
|
||||||
footer: true
|
|
||||||
logo: fortinet.jpg
|
logo: fortinet.jpg
|
||||||
ha_category:
|
ha_category:
|
||||||
- Presence Detection
|
- Presence Detection
|
||||||
ha_release: 0.96
|
ha_release: 0.97
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
---
|
---
|
||||||
|
|
||||||
This is a Fortigate presence sensor based on device detection of the Fortigate API
|
This is a FortiGate presence sensor based on device detection of the FortiGate API
|
||||||
|
|
||||||
## Fortigate setup
|
## FortiGate set up
|
||||||
|
|
||||||
Configure the Fortigate with a USERNAME API user and assign its minimum rights profile :
|
Configure the FortiGate with a USERNAME API user and assign its minimum rights profile:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
config system accprofile
|
config system accprofile
|
||||||
@ -55,11 +49,11 @@ fortigate:
|
|||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
host:
|
host:
|
||||||
description: The IP address of the Fortigate device.
|
description: The IP address of the FortiGate device.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
username:
|
username:
|
||||||
description: The username of the user that will connect to the Fortigate device.
|
description: The username of the user that will connect to the FortiGate device.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
api_key:
|
api_key:
|
||||||
@ -72,7 +66,7 @@ devices:
|
|||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Errors
|
## Errors
|
||||||
|
|
||||||
If the rights of the profile are not sufficient, you will get the following error:
|
If the rights of the profile are not sufficient, you will get the following error:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user