Use voluptuous for SCSGate (#3265)

* Migrate to voluptuous

* Extend platforms
This commit is contained in:
Fabian Affolter 2016-09-13 07:23:53 +02:00 committed by GitHub
parent 8189ec2c8d
commit 8ba952ee0e
5 changed files with 139 additions and 111 deletions

View file

@ -263,6 +263,7 @@ ATTR_GPS_ACCURACY = 'gps_accuracy'
# If state is assumed
ATTR_ASSUMED_STATE = 'assumed_state'
ATTR_STATE = 'state'
# #### SERVICES ####
SERVICE_HOMEASSISTANT_STOP = 'stop'