Fixed SNMP Documentation (#7075)

Fixed a typo for the required value and corrected the value for the host attribute, which is not required according to the module: 27d50d388f/homeassistant/components/sensor/snmp.py (L73)
This commit is contained in:
pattyland 2018-10-25 12:34:00 +02:00 committed by Franck Nijhof
parent 01c6995d7d
commit 110c82fcfa

View File

@ -28,7 +28,7 @@ sensor:
{% configuration %}
host:
description: The IP address of your host, eg. `192.168.1.32`.
required: true
required: false
type: string
default: 'localhost'
baseoid:
@ -37,7 +37,7 @@ baseoid:
type: string
port:
description: The SNMP port of your host.
required: Option
required: false
type: string
default: '161'
community: