Fix order of clock weather cards on weather comparisons dashboard
This commit is contained in:
@ -6397,17 +6397,6 @@ views:
|
||||
cards:
|
||||
- type: heading
|
||||
heading: Conditions
|
||||
- type: custom:clock-weather-card
|
||||
entity: weather.ashland_weather_station
|
||||
sun_entity: sun.sun
|
||||
weather_icon_type: fill
|
||||
humidity_sensor: sensor.ashland_temperature
|
||||
show_humidity: true
|
||||
apparent_sensor: sensor.ashland_temperature_feels_like
|
||||
animated_icon: true
|
||||
forecast_rows: 7
|
||||
time_format: 12
|
||||
time_zone: America/Chicago
|
||||
- type: custom:clock-weather-card
|
||||
entity: weather.iron_nerd_weather_station
|
||||
sun_entity: sun.sun
|
||||
@ -6419,6 +6408,17 @@ views:
|
||||
forecast_rows: 7
|
||||
time_format: 12
|
||||
time_zone: America/New_York
|
||||
- type: custom:clock-weather-card
|
||||
entity: weather.ashland_weather_station
|
||||
sun_entity: sun.sun
|
||||
weather_icon_type: fill
|
||||
humidity_sensor: sensor.ashland_temperature
|
||||
show_humidity: true
|
||||
apparent_sensor: sensor.ashland_temperature_feels_like
|
||||
animated_icon: true
|
||||
forecast_rows: 7
|
||||
time_format: 12
|
||||
time_zone: America/Chicago
|
||||
column_span: 2
|
||||
- type: grid
|
||||
cards:
|
||||
|
Reference in New Issue
Block a user