Adding usgs earthquakes to sensors
This commit is contained in:
parent
3036e1b732
commit
be551807d3
|
@ -167,10 +167,20 @@ ecobee:
|
||||||
map:
|
map:
|
||||||
|
|
||||||
wwlln:
|
wwlln:
|
||||||
radius: 75
|
|
||||||
|
geo_location:
|
||||||
|
- platform: usgs_earthquakes_feed
|
||||||
|
feed_type: 'past_hour_all_earthquakes'
|
||||||
|
|
||||||
|
gdacs:
|
||||||
|
categories:
|
||||||
|
- Earthquake
|
||||||
|
- Tropical Cyclone
|
||||||
|
radius: 500
|
||||||
latitude: !secret MY_LATITUDE
|
latitude: !secret MY_LATITUDE
|
||||||
longitude: !secret MY_LONGITUDE
|
longitude: !secret MY_LONGITUDE
|
||||||
|
|
||||||
|
|
||||||
tplink:
|
tplink:
|
||||||
discovery: false
|
discovery: false
|
||||||
switch:
|
switch:
|
||||||
|
@ -188,10 +198,10 @@ wyzeapi:
|
||||||
ifttt:
|
ifttt:
|
||||||
key: !secret IFTTT_API_KEY
|
key: !secret IFTTT_API_KEY
|
||||||
|
|
||||||
media_player:
|
# media_player:
|
||||||
- platform: spotify
|
# - platform: spotify
|
||||||
client_id: !secret spotify_client
|
# client_id: !secret spotify_client
|
||||||
client_secret: !secret spotify_secret
|
# client_secret: !secret spotify_secret
|
||||||
|
|
||||||
media_extractor:
|
media_extractor:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue