Added wunderground alerts.
This commit is contained in:
parent
f15f9c60bd
commit
65382c4f80
|
@ -105,7 +105,9 @@ device_tracker.jstonemac:
|
|||
device_tracker.katherinesmini:
|
||||
icon: mdi:desktop-mac
|
||||
friendly_name: Kat's Mini
|
||||
|
||||
sensor.kat_ett_home:
|
||||
friendly_name: "Kat's ETA Home"
|
||||
icon: mdi:car
|
||||
|
||||
device_tracker.gateway2f3bca:
|
||||
icon: mdi:nest-thermostat
|
||||
|
|
12
groups.yaml
12
groups.yaml
|
@ -4,7 +4,9 @@ default_view:
|
|||
view: yes
|
||||
icon: mdi:home
|
||||
entities:
|
||||
- group.weather_alerts
|
||||
- group.family
|
||||
- group.weather_summary
|
||||
- group.temperature
|
||||
- group.sun_and_moon
|
||||
- group.travel_times
|
||||
|
@ -65,6 +67,9 @@ weather:
|
|||
|
||||
#################################################################################
|
||||
### Grops ###
|
||||
Weather Alerts:
|
||||
- sensor.pws_alerts
|
||||
|
||||
Family:
|
||||
- device_tracker.jeffreystonesiphone
|
||||
- device_tracker.katherinesiphone
|
||||
|
@ -114,6 +119,7 @@ Weather:
|
|||
- sensor.dark_sky_apparent_temperature
|
||||
- sensor.dark_sky_humidity
|
||||
- sensor.dark_sky_cloud_coverage
|
||||
- sensor.pws_wind_string
|
||||
- sensor.dark_sky_wind_speed
|
||||
- sensor.dark_sky_wind_bearing
|
||||
- sensor.dark_sky_visibility
|
||||
|
@ -123,6 +129,12 @@ Sun and Moon:
|
|||
- sun.sun
|
||||
- sensor.moon
|
||||
|
||||
Weather Summary:
|
||||
- sensor.dark_sky_summary
|
||||
- sensor.dark_sky_minutely_summary
|
||||
- sensor.dark_sky_hourly_summary
|
||||
- sensor.dark_sky_daily_summary
|
||||
|
||||
Temperature:
|
||||
- sensor.dark_sky_temperature
|
||||
- sensor.dark_sky_apparent_temperature
|
||||
|
|
|
@ -34,3 +34,45 @@
|
|||
seconds: 0
|
||||
milliseconds: 0
|
||||
- platform: moon
|
||||
- platform: wunderground
|
||||
api_key: !secret WUNDERGROUND_API_KEY
|
||||
monitored_conditions:
|
||||
- alerts
|
||||
- dewpoint_c
|
||||
- dewpoint_f
|
||||
- dewpoint_string
|
||||
- feelslike_c
|
||||
- feelslike_f
|
||||
- feelslike_string
|
||||
- heat_index_c
|
||||
- heat_index_f
|
||||
- heat_index_string
|
||||
- elevation
|
||||
- location
|
||||
- observation_time
|
||||
- precip_1hr_in
|
||||
- precip_1hr_metric
|
||||
- precip_1hr_string
|
||||
- precip_today_in
|
||||
- precip_today_metric
|
||||
- precip_today_string
|
||||
- pressure_in
|
||||
- pressure_mb
|
||||
- pressure_trend
|
||||
- relative_humidity
|
||||
- station_id
|
||||
- solarradiation
|
||||
- temperature_string
|
||||
- temp_c
|
||||
- temp_f
|
||||
- UV
|
||||
- visibility_km
|
||||
- visibility_mi
|
||||
- weather
|
||||
- wind_degrees
|
||||
- wind_dir
|
||||
- wind_gust_kph
|
||||
- wind_gust_mph
|
||||
- wind_kph
|
||||
- wind_mph
|
||||
- wind_string
|
||||
|
|
Loading…
Reference in New Issue