From 110c82fcfa3e54bf17fd5977a32513eda101ce6d Mon Sep 17 00:00:00 2001 From: pattyland Date: Thu, 25 Oct 2018 12:34:00 +0200 Subject: [PATCH] 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: https://github.com/home-assistant/home-assistant/blob/27d50d388fe61e38f5623d0e63c4bdc28764ebe2/homeassistant/components/sensor/snmp.py#L73 --- source/_components/sensor.snmp.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.snmp.markdown b/source/_components/sensor.snmp.markdown index 9c78766582b..2f2b4ba5f94 100644 --- a/source/_components/sensor.snmp.markdown +++ b/source/_components/sensor.snmp.markdown @@ -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: