1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00

Demo: Update old group member thermostat.ecobee -> climate

This commit is contained in:
Paulus Schoutsen 2017-05-06 19:40:59 -07:00 committed by GitHub
parent e8a33758c1
commit ea095de98e

View File

@ -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)