diff --git a/homeassistant/components/climate/sensibo.py b/homeassistant/components/climate/sensibo.py index b49d379592f..7b4c8ed8b1b 100644 --- a/homeassistant/components/climate/sensibo.py +++ b/homeassistant/components/climate/sensibo.py @@ -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'