From ea095de98e0226cab4a255b68788947671038ee1 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 6 May 2017 19:40:59 -0700 Subject: [PATCH] Demo: Update old group member thermostat.ecobee -> climate --- homeassistant/components/demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/demo.py b/homeassistant/components/demo.py index 135bf696fc6..f77a5f05f62 100644 --- a/homeassistant/components/demo.py +++ b/homeassistant/components/demo.py @@ -178,7 +178,7 @@ def async_setup(hass, config): 'group.living_room', 'group.kitchen', 'scene.romantic_lights', 'cover.kitchen_window', 'cover.living_room_window', 'group.doors', - 'thermostat.ecobee', + 'climate.ecobee', ], view=True)) results = yield from asyncio.gather(*tasks2, loop=hass.loop)