Make use of some weather station data on the main dashboard

This commit is contained in:
2025-05-15 04:07:21 -04:00
parent 0a4b7c1bd4
commit b4d5551291

View File

@ -6002,7 +6002,7 @@ views:
- type: heading - type: heading
heading: Forecasts heading: Forecasts
- type: custom:weather-chart-card - type: custom:weather-chart-card
entity: weather.home entity: weather.iron_nerd_weather_station
show_main: true show_main: true
show_temperature: true show_temperature: true
show_current_condition: true show_current_condition: true
@ -6038,9 +6038,7 @@ views:
units: units:
pressure: '' pressure: ''
speed: '' speed: ''
press: sensor.home_pressure
uv: sensor.home_uv_index uv: sensor.home_uv_index
dew_point: sensor.home_dewpoint
show_wind_gust_speed: true show_wind_gust_speed: true
show_last_changed: true show_last_changed: true
- type: custom:weather-chart-card - type: custom:weather-chart-card
@ -6083,12 +6081,12 @@ views:
heading: Temperature heading: Temperature
- type: custom:mini-graph-card - type: custom:mini-graph-card
entities: entities:
- sensor.home_temperature - sensor.home_tempest_temperature
name: Temperature (24h) name: Temperature (24h)
points_per_hour: 1 points_per_hour: 1
- type: custom:mini-graph-card - type: custom:mini-graph-card
entities: entities:
- sensor.home_temperature_feels_like - sensor.home_tempest_feels_like
name: Feels Like (24h) name: Feels Like (24h)
points_per_hour: 1 points_per_hour: 1
- type: custom:comfortable-environment-card - type: custom:comfortable-environment-card
@ -6210,18 +6208,18 @@ views:
- entity: sensor.home_wind_gust - entity: sensor.home_wind_gust
name: Gust name: Gust
format: precision1 format: precision1
- entity: sensor.home_relative_humidity - entity: sensor.home_tempest_humidity
type: custom:multiple-entity-row type: custom:multiple-entity-row
name: Moisture name: Moisture
state_header: Humidity state_header: Humidity
entities: entities:
- entity: sensor.home_dewpoint - entity: sensor.home_tempest_dew_point
name: Dew Point name: Dew Point
- entity: sensor.home_pressure - entity: sensor.home_pressure
name: Barometric Pressure name: Barometric Pressure
- entity: sensor.current_season - entity: sensor.current_season
icon: mdi:leaf icon: mdi:leaf
- entity: sensor.home_uv_index - entity: sensor.home_tempest_uv_index
name: UV Index name: UV Index
- entity: sensor.pirateweather_cloud_coverage - entity: sensor.pirateweather_cloud_coverage
name: Cloud Coverage name: Cloud Coverage
@ -6262,7 +6260,7 @@ views:
text_width: 5em text_width: 5em
bar_radius: 4px bar_radius: 4px
- type: custom:uv-index-card - type: custom:uv-index-card
entity: sensor.home_uv_index entity: sensor.home_tempest_uv_index
max_columns: 4 max_columns: 4
icon: mdi:weather-cloudy icon: mdi:weather-cloudy
cards: [] cards: []
@ -6724,42 +6722,42 @@ views:
heading: General Stats heading: General Stats
- type: entities - type: entities
entities: entities:
- entity: sensor.home_temperature - entity: sensor.home_tempest_temperature
type: custom:multiple-entity-row type: custom:multiple-entity-row
name: Temperature name: Temperature
state_header: Defiance state_header: Defiance
entities: entities:
- entity: sensor.ashland_temperature - entity: sensor.ashland_temperature
name: Ashland name: Ashland
- entity: sensor.home_temperature_feels_like - entity: sensor.home_tempest_feels_like
type: custom:multiple-entity-row type: custom:multiple-entity-row
name: Feels Like name: Feels Like
state_header: Defiance state_header: Defiance
entities: entities:
- entity: sensor.ashland_temperature_feels_like - entity: sensor.ashland_temperature_feels_like
name: Ashland name: Ashland
- entity: sensor.home_relative_humidity - entity: sensor.home_tempest_humidity
type: custom:multiple-entity-row type: custom:multiple-entity-row
name: Humidity name: Humidity
state_header: Defiance state_header: Defiance
entities: entities:
- entity: sensor.ashland_relative_humidity - entity: sensor.ashland_relative_humidity
name: Ashland name: Ashland
- entity: sensor.home_dewpoint - entity: sensor.home_tempest_dew_point
type: custom:multiple-entity-row type: custom:multiple-entity-row
name: Dew Point name: Dew Point
state_header: Defiance state_header: Defiance
entities: entities:
- entity: sensor.ashland_dewpoint - entity: sensor.ashland_dewpoint
name: Ashland name: Ashland
- entity: sensor.home_pressure - entity: sensor.home_tempest_cloud_sensors_sea_level_pressure
type: custom:multiple-entity-row type: custom:multiple-entity-row
name: Pressure name: Pressure
state_header: Defiance state_header: Defiance
entities: entities:
- entity: sensor.ashland_pressure - entity: sensor.ashland_pressure
name: Ashland name: Ashland
- entity: sensor.pirateweather_uv_index - entity: sensor.home_tempest_uv_index
type: custom:multiple-entity-row type: custom:multiple-entity-row
name: UV Index name: UV Index
state_header: Defiance state_header: Defiance
@ -6773,7 +6771,7 @@ views:
entities: entities:
- entity: sensor.pirateweather_ashland_cloud_coverage - entity: sensor.pirateweather_ashland_cloud_coverage
name: Ashland name: Ashland
- entity: sensor.kdfi_visibility - entity: sensor.home_tempest_cloud_sensors_visibility
type: custom:multiple-entity-row type: custom:multiple-entity-row
name: Visibility name: Visibility
state_header: Defiance state_header: Defiance