Demo platform to group climate instead of thermostat
This commit is contained in:
parent
8a042586f1
commit
49cfe38cca
1 changed files with 1 additions and 6 deletions
|
@ -86,16 +86,11 @@ def setup(hass, config):
|
||||||
group.Group.create_group(hass, 'people', [
|
group.Group.create_group(hass, 'people', [
|
||||||
'device_tracker.demo_anne_therese', 'device_tracker.demo_home_boy',
|
'device_tracker.demo_anne_therese', 'device_tracker.demo_home_boy',
|
||||||
'device_tracker.demo_paulus'])
|
'device_tracker.demo_paulus'])
|
||||||
group.Group.create_group(hass, 'thermostats', [
|
|
||||||
'thermostat.nest', 'thermostat.thermostat'])
|
|
||||||
group.Group.create_group(hass, 'downstairs', [
|
group.Group.create_group(hass, 'downstairs', [
|
||||||
'group.living_room', 'group.kitchen',
|
'group.living_room', 'group.kitchen',
|
||||||
'scene.romantic_lights', 'rollershutter.kitchen_window',
|
'scene.romantic_lights', 'rollershutter.kitchen_window',
|
||||||
'rollershutter.living_room_window', 'group.doors',
|
'rollershutter.living_room_window', 'group.doors',
|
||||||
'thermostat.nest',
|
'thermostat.ecobee',
|
||||||
], view=True)
|
|
||||||
group.Group.create_group(hass, 'Upstairs', [
|
|
||||||
'thermostat.thermostat', 'group.bedroom',
|
|
||||||
], view=True)
|
], view=True)
|
||||||
|
|
||||||
# Setup scripts
|
# Setup scripts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue