mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
spelling mistakes mostly
This commit is contained in:
@@ -34,14 +34,14 @@ cards:
|
||||
|
||||
|
||||
- type: weather-forecast
|
||||
entity: weather.openweathermap_hourly
|
||||
entity: weather.forecast_home
|
||||
name: Next 5 Hours
|
||||
show_current: true
|
||||
show_forecast: true
|
||||
forecast_type: hourly
|
||||
|
||||
- type: weather-forecast
|
||||
entity: weather.openweathermap_daily
|
||||
entity: weather.forecast_home
|
||||
name: Next 5 Days
|
||||
show_current: true
|
||||
show_forecast: true
|
||||
|
||||
@@ -201,7 +201,7 @@ cards:
|
||||
Good morning, {{user}}!
|
||||
{%endif%}
|
||||
secondary: |-
|
||||
Today should be {{states('sensor.openweathermap_daily_forecast_condition')}}, with a high of {{states('sensor.openweathermap_daily_forecast_temperature')|float(0)|round(0)}} and a low of {{states('sensor.openweathermap_daily_forecast_temperature_low')|float(0)|round(0)}}.
|
||||
Today should be {{states('weather.forecast_home')}}, with a high of {{states('sensor.temphigh_today')|float(0)|round(0)}} and a low of {{states('sensor.templow_today')|float(0)|round(0)}}.
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
|
||||
@@ -1,17 +1,12 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: binary_sensor.precipitation_likely
|
||||
state: 'on'
|
||||
card:
|
||||
type: iframe
|
||||
url: >-
|
||||
https://embed.windy.com/embed2.html?lat=42.534&lon=-85.842&detailLat=42.439&detailLon=-85.838&width=650&height=450&zoom=9&level=surface&overlay=radar&product=radar&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1
|
||||
aspect_ratio: 75%
|
||||
# show_state: false
|
||||
# show_name: false
|
||||
# camera_view: live
|
||||
# type: picture-entity
|
||||
# entity: camera.wunderground_radar
|
||||
# camera_image: camera.wunderground_radar
|
||||
- type: iframe
|
||||
url: >-
|
||||
https://embed.windy.com/embed2.html?lat=42.534&lon=-85.842&detailLat=42.439&detailLon=-85.838&width=650&height=450&zoom=9&level=surface&overlay=radar&product=radar&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=default&metricTemp=default&radarRange=-1
|
||||
aspect_ratio: 75%
|
||||
# show_state: false
|
||||
# show_name: false
|
||||
# camera_view: live
|
||||
# type: picture-entity
|
||||
# entity: camera.wunderground_radar
|
||||
# camera_image: camera.wunderground_radar
|
||||
|
||||
+13
-13
@@ -9,7 +9,7 @@ badges:
|
||||
alignment: center
|
||||
chips:
|
||||
- type: weather
|
||||
entity: weather.openweathermap_daily
|
||||
entity: weather.forecast_home
|
||||
show_conditions: true
|
||||
show_temperature: true
|
||||
tap_action:
|
||||
@@ -774,16 +774,16 @@ badges:
|
||||
- "extremely_uncomfortable"
|
||||
- "severely_high"
|
||||
|
||||
- type: entity-filter
|
||||
entities:
|
||||
- entity: sensor.openweathermap_hourly_forecast_precipitation_probability
|
||||
name: Precip %
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/weather
|
||||
state_filter:
|
||||
- operator: ">"
|
||||
value: 30
|
||||
# - type: entity-filter
|
||||
# entities:
|
||||
# - entity: sensor.openweathermap_hourly_forecast_precipitation_probability
|
||||
# name: Precip %
|
||||
# tap_action:
|
||||
# action: navigate
|
||||
# navigation_path: /details-yml/weather
|
||||
# state_filter:
|
||||
# - operator: ">"
|
||||
# value: 30
|
||||
|
||||
- type: entity-filter
|
||||
entities:
|
||||
@@ -1524,13 +1524,13 @@ cards:
|
||||
camera_entity: camera.mail_usps_camera
|
||||
|
||||
- type: custom:hourly-weather
|
||||
entity: weather.openweathermap_hourly
|
||||
entity: weather.forecast_home
|
||||
icons: true
|
||||
name: ""
|
||||
hide_hours: false
|
||||
|
||||
- type: custom:clock-weather-card
|
||||
entity: weather.openweathermap_daily
|
||||
entity: weather.forecast_home
|
||||
weather_icon_type: fill
|
||||
time_format: 12
|
||||
date_pattern: DDDD
|
||||
|
||||
Reference in New Issue
Block a user