Adding usgs earthquakes to sensors
This commit is contained in:
parent
3036e1b732
commit
be551807d3
|
@ -167,10 +167,20 @@ ecobee:
|
|||
map:
|
||||
|
||||
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
|
||||
longitude: !secret MY_LONGITUDE
|
||||
|
||||
|
||||
tplink:
|
||||
discovery: false
|
||||
switch:
|
||||
|
@ -188,10 +198,10 @@ wyzeapi:
|
|||
ifttt:
|
||||
key: !secret IFTTT_API_KEY
|
||||
|
||||
media_player:
|
||||
- platform: spotify
|
||||
client_id: !secret spotify_client
|
||||
client_secret: !secret spotify_secret
|
||||
# media_player:
|
||||
# - platform: spotify
|
||||
# client_id: !secret spotify_client
|
||||
# client_secret: !secret spotify_secret
|
||||
|
||||
media_extractor:
|
||||
|
||||
|
|
Loading…
Reference in New Issue