diff --git a/groups.yaml b/groups.yaml index d3ee6ed..2a3eda5 100644 --- a/groups.yaml +++ b/groups.yaml @@ -6,6 +6,7 @@ default_view: entities: - group.family - group.temperature + - group.travel_times - group.security people: @@ -24,9 +25,9 @@ living: - group.living_lights - group.living_scenes - group.living_tv + - group.living_gaming - media_player.apple_tv - media_player.chromecast_lr - - group.living_gaming outdoors: name: Outdoors @@ -80,6 +81,26 @@ Katherine: - sensor.kat_iphone_batt - sensor.kat_ett_home +Travel Times: + - sensor.home_to_summit + - sensor.home_to_zoo + +Living Lights: + - switch.fireplace_lights + - light.tower_lamp + - switch.rail_lights + +Living Scenes: + - scene.livingroom_dim + - scene.livingroom_night + - scene.livingroom_normal + +Outside Lights: + - switch.driveway_light + - switch.side_door_light + - switch.front_porch_left + - switch.front_porch_right + Thermostat: - climate.first_floor @@ -146,22 +167,6 @@ Servers: - sensor.tycho - sensor.tightbeam -Living Lights: - - switch.fireplace_lights - - light.tower_lamp - - switch.rail_lights - -Living Scenes: - - scene.livingroom_dim - - scene.livingroom_night - - scene.livingroom_normal - -Outside Lights: - - switch.driveway_light - - switch.side_door_light - - switch.front_porch_left - - switch.front_porch_right - Garage Door: - cover.garage_door diff --git a/sensors/google_travel_time.yaml b/sensors/google_travel_time.yaml index 0fbac2c..c0bad9d 100644 --- a/sensors/google_travel_time.yaml +++ b/sensors/google_travel_time.yaml @@ -8,3 +8,13 @@ api_key: !secret google_api origin: device_tracker.katherinesiphone destination: zone.home +- platform: google_travel_time + name: "Home To Summit" + api_key: !secret google_api + origin: zone.home + destination: zone.summit +- platform: google_travel_time + name: "Home To Zoo" + api_key: !secret google_api + origin: zone.home + destination: zone.zoo_atlanta