Update SMA sensor documentation (#7287)

This commit is contained in:
Philip Rosenberg-Watt 2018-11-01 02:24:15 -06:00 committed by Fabian Affolter
parent d75a3933ba
commit 96b91319b2

View File

@ -43,6 +43,11 @@ ssl:
required: false required: false
default: false default: false
type: boolean type: boolean
verify_ssl:
description: Whether Home Assistant should verify the SSL certificate from the inverter. Self-signed certificates may require `false` for this sensor to operate properly.
required: false
default: true
type: boolean
password: password:
description: The password of the SMA WebConnect module. description: The password of the SMA WebConnect module.
required: true required: true