diff --git a/custom_components/badnest/climate.py b/custom_components/badnest/climate.py index 22f3961..d611d1e 100644 --- a/custom_components/badnest/climate.py +++ b/custom_components/badnest/climate.py @@ -63,7 +63,7 @@ async def async_setup_platform(hass, """Set up a Foscam IP Camera.""" nest = NestThermostatAPI(config.get(CONF_EMAIL), config.get(CONF_PASSWORD)) - async_add_entities(ShittyNestClimate(nest)) + async_add_entities([ShittyNestClimate(nest)]) class ShittyNestClimate(ClimateDevice):