mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
Lots of updates here. Updated my Readme - Added Affiliate Links, added some more information, better organized devices Updated gitignore with paths realtive to my hassio config Combined my switches and lights into single yaml files instead of the directory structure previously Added zigbee2mqtt.yaml to packages - contains automations and such for zigbee2mqtt Archived my previous version in the V4-config branch.
25 lines
636 B
YAML
Executable File
25 lines
636 B
YAML
Executable File
- platform: waze_travel_time
|
|
name: "Jeff ETT Home"
|
|
#api_key: !secret google_api
|
|
origin: device_tracker.jeffreystonesiphone
|
|
destination: zone.home
|
|
region: 'US'
|
|
- platform: waze_travel_time
|
|
name: "Kat ETT Home"
|
|
#api_key: !secret google_api
|
|
origin: device_tracker.katherinestonesiphone
|
|
destination: zone.home
|
|
region: 'US'
|
|
- platform: waze_travel_time
|
|
name: "Home To Summit"
|
|
# api_key: !secret google_api
|
|
origin: zone.home
|
|
destination: zone.summit
|
|
region: 'US'
|
|
- platform: waze_travel_time
|
|
name: "Home To Zoo"
|
|
# api_key: !secret google_api#
|
|
origin: zone.home
|
|
destination: zone.zoo_atlanta
|
|
region: 'US'
|