Use voluptuous for message_bird, sendgrid (#3136)

This commit is contained in:
Pascal Vizeli
2016-09-05 07:07:31 +02:00
committed by Fabian Affolter
parent 7bab4055a5
commit e460d8f637
5 changed files with 31 additions and 42 deletions

View File

@@ -73,9 +73,11 @@ CONF_PIN = 'pin'
CONF_PLATFORM = 'platform'
CONF_PORT = 'port'
CONF_PREFIX = 'prefix'
CONF_RECIPIENT = 'recipient'
CONF_RESOURCE = 'resource'
CONF_RESOURCES = 'resources'
CONF_SCAN_INTERVAL = 'scan_interval'
CONF_SENDER = 'sender'
CONF_SENSOR_CLASS = 'sensor_class'
CONF_SENSORS = 'sensors'
CONF_SSL = 'ssl'