mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Use voluptuous for message_bird, sendgrid (#3136)
This commit is contained in:
committed by
Fabian Affolter
parent
7bab4055a5
commit
e460d8f637
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user