mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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:
parent
01c6995d7d
commit
110c82fcfa
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user