Fix sensibo default IDs to be according to schema (#12837)

pull/12844/head
Andrey 2018-03-02 21:16:48 +02:00 committed by Paulus Schoutsen
parent 228b030c82
commit e20e0425b1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ REQUIREMENTS = ['pysensibo==1.0.2']
_LOGGER = logging.getLogger(__name__)
ALL = 'all'
ALL = ['all']
TIMEOUT = 10
SERVICE_ASSUME_STATE = 'sensibo_assume_state'