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