Fix order of clock weather cards on weather comparisons dashboard
This commit is contained in:
@ -6397,17 +6397,6 @@ views:
|
|||||||
cards:
|
cards:
|
||||||
- type: heading
|
- type: heading
|
||||||
heading: Conditions
|
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
|
- type: custom:clock-weather-card
|
||||||
entity: weather.iron_nerd_weather_station
|
entity: weather.iron_nerd_weather_station
|
||||||
sun_entity: sun.sun
|
sun_entity: sun.sun
|
||||||
@ -6419,6 +6408,17 @@ views:
|
|||||||
forecast_rows: 7
|
forecast_rows: 7
|
||||||
time_format: 12
|
time_format: 12
|
||||||
time_zone: America/New_York
|
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
|
column_span: 2
|
||||||
- type: grid
|
- type: grid
|
||||||
cards:
|
cards:
|
||||||
|
Reference in New Issue
Block a user