1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Use voluptuous for dweet, transmission, and twitch sensor (#2802)

* Use voluptuous for dweet, transmission, and twitch sensor

* Extent platform, ordering, and consts

* Clean-up
This commit is contained in:
Fabian Affolter
2016-08-19 09:18:45 +02:00
committed by Paulus Schoutsen
parent ada4de3ffb
commit c74e167a7b
5 changed files with 107 additions and 69 deletions

View File

@@ -55,6 +55,7 @@ CONF_STATE = 'state'
CONF_TEMPERATURE_UNIT = 'temperature_unit'
CONF_TIME_ZONE = 'time_zone'
CONF_TRIGGER_TIME = 'trigger_time'
CONF_UNIT_OF_MEASUREMENT = 'unit_of_measurement'
CONF_UNIT_SYSTEM = 'unit_system'
CONF_USERNAME = 'username'
CONF_VALUE_TEMPLATE = 'value_template'