Added Travel Times
This commit is contained in:
parent
77e41e4e4d
commit
ddde1654a0
39
groups.yaml
39
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue