Wider sections in phone tracker and sports dashboards

This commit is contained in:
2024-09-04 16:03:49 -04:00
parent 9422833ac7
commit 7471c65d2e

View File

@ -170,6 +170,7 @@ views:
action: navigate action: navigate
navigation_path: /lovelace/weather navigation_path: /lovelace/weather
title: Weather title: Weather
column_span: 1
- type: grid - type: grid
cards: cards:
- type: entities - type: entities
@ -548,6 +549,7 @@ views:
[Media [Media
Services](https://uptimekuma.nerdhomeinc.com/status/media-services) Services](https://uptimekuma.nerdhomeinc.com/status/media-services)
title: Misc title: Misc
column_span: 1
max_columns: 4 max_columns: 4
cards: [] cards: []
background: {} background: {}
@ -4033,28 +4035,36 @@ views:
template: iphone_entities_card template: iphone_entities_card
variables: variables:
- device: tony_s_iphone - device: tony_s_iphone
title: Tony's iPhone
- type: grid
cards:
- type: custom:decluttering-card - type: custom:decluttering-card
template: phone_info_grid template: phone_info_grid
variables: variables:
- device: tony_s_iphone - device: tony_s_iphone
title: Location Info - Tony title: Tony's iPhone
column_span: 2
- type: grid - type: grid
cards: cards:
- type: custom:decluttering-card - type: custom:decluttering-card
template: iphone_entities_card template: iphone_entities_card
variables: variables:
- device: tinas_iphone - device: tinas_iphone
title: Tina's iPhone
- type: grid
cards:
- type: custom:decluttering-card - type: custom:decluttering-card
template: phone_info_grid template: phone_info_grid
variables: variables:
- device: tinas_iphone - device: tinas_iphone
title: Location Info - Tina title: Tina's iPhone
column_span: 2
- type: grid
cards:
- type: custom:decluttering-card
template: iphone_entities_card
variables:
- device: kallen_iphone
- type: custom:decluttering-card
template: phone_info_grid
variables:
- device: kallen_iphone
title: Kallen's iPhone
column_span: 2
- type: grid - type: grid
cards: cards:
- type: map - type: map
@ -4080,20 +4090,6 @@ views:
hours_to_show: 24 hours_to_show: 24
theme_mode: dark theme_mode: dark
title: Map title: Map
- type: grid
cards:
- type: custom:decluttering-card
template: iphone_entities_card
variables:
- device: kallen_iphone
title: Kallen's iPhone
- type: grid
cards:
- type: custom:decluttering-card
template: phone_info_grid
variables:
- device: kallen_iphone
title: Location Info - Kallen
- type: grid - type: grid
cards: cards:
- type: custom:decluttering-card - type: custom:decluttering-card
@ -4935,8 +4931,6 @@ views:
- condition: state - condition: state
entity: binary_sensor.michigan_wolverines_inhibit entity: binary_sensor.michigan_wolverines_inhibit
state: 'off' state: 'off'
- type: grid
cards:
- type: custom:teamtracker-card - type: custom:teamtracker-card
entity: sensor.ohio_state_buckeyes entity: sensor.ohio_state_buckeyes
visibility: visibility:
@ -4949,8 +4943,6 @@ views:
- condition: state - condition: state
entity: binary_sensor.ohio_state_buckeyes_inhibit entity: binary_sensor.ohio_state_buckeyes_inhibit
state: 'off' state: 'off'
- type: grid
cards:
- type: custom:teamtracker-card - type: custom:teamtracker-card
entity: sensor.toledo_rockets entity: sensor.toledo_rockets
visibility: visibility:
@ -4963,6 +4955,20 @@ views:
- condition: state - condition: state
entity: binary_sensor.toledo_rockets_inhibit entity: binary_sensor.toledo_rockets_inhibit
state: 'off' state: 'off'
column_span: 3
visibility:
- condition: or
conditions:
- condition: state
entity: binary_sensor.michigan_wolverines_inhibit
state: 'off'
- condition: state
entity: binary_sensor.ohio_state_buckeyes_inhibit
state: 'off'
- condition: state
entity: binary_sensor.toledo_rockets_inhibit
state: 'off'
title: NCAAF
- type: grid - type: grid
cards: cards:
- type: custom:teamtracker-card - type: custom:teamtracker-card
@ -4977,8 +4983,6 @@ views:
- condition: state - condition: state
entity: binary_sensor.minnesota_vikings_inhibit entity: binary_sensor.minnesota_vikings_inhibit
state: 'off' state: 'off'
- type: grid
cards:
- type: custom:teamtracker-card - type: custom:teamtracker-card
entity: sensor.san_francisco_49ers entity: sensor.san_francisco_49ers
visibility: visibility:
@ -4991,6 +4995,17 @@ views:
- condition: state - condition: state
entity: binary_sensor.san_francisco_49ers_inhibit entity: binary_sensor.san_francisco_49ers_inhibit
state: 'off' state: 'off'
column_span: 2
visibility:
- condition: or
conditions:
- condition: state
entity: binary_sensor.minnesota_vikings_inhibit
state: ''
- condition: state
entity: binary_sensor.san_francisco_49ers_inhibit
state: 'off'
title: NFL
- type: grid - type: grid
cards: cards:
- type: custom:teamtracker-card - type: custom:teamtracker-card
@ -5005,8 +5020,6 @@ views:
- condition: state - condition: state
entity: binary_sensor.minnesota_twins_inhibit entity: binary_sensor.minnesota_twins_inhibit
state: 'off' state: 'off'
- type: grid
cards:
- type: custom:teamtracker-card - type: custom:teamtracker-card
entity: sensor.cleveland_guardians entity: sensor.cleveland_guardians
visibility: visibility:
@ -5019,8 +5032,6 @@ views:
- condition: state - condition: state
entity: binary_sensor.cleveland_guardians_inhibit entity: binary_sensor.cleveland_guardians_inhibit
state: 'off' state: 'off'
- type: grid
cards:
- type: custom:teamtracker-card - type: custom:teamtracker-card
entity: sensor.los_angeles_dodgers entity: sensor.los_angeles_dodgers
visibility: visibility:
@ -5033,6 +5044,20 @@ views:
- condition: state - condition: state
entity: binary_sensor.los_angeles_dodgers_inhibit entity: binary_sensor.los_angeles_dodgers_inhibit
state: 'off' state: 'off'
column_span: 3
title: MLB
visibility:
- condition: or
conditions:
- condition: state
entity: binary_sensor.minnesota_twins_inhibit
state: 'off'
- condition: state
entity: binary_sensor.cleveland_guardians_inhibit
state: 'off'
- condition: state
entity: binary_sensor.los_angeles_dodgers_inhibit
state: 'off'
- type: grid - type: grid
cards: cards:
- type: custom:teamtracker-card - type: custom:teamtracker-card
@ -5047,6 +5072,12 @@ views:
- condition: state - condition: state
entity: binary_sensor.minnesota_wild_inhibit entity: binary_sensor.minnesota_wild_inhibit
state: 'off' state: 'off'
title: NHL
column_span: 1
visibility:
- condition: state
entity: binary_sensor.minnesota_wild_inhibit
state: 'off'
- type: grid - type: grid
cards: cards:
- type: custom:mushroom-template-card - type: custom:mushroom-template-card
@ -5093,6 +5124,8 @@ views:
{% else %} {% else %}
black black
{% endif %} {% endif %}
column_span: 1
title: Motorsports
max_columns: 5 max_columns: 5
cards: [] cards: []
- theme: Backend-selected - theme: Backend-selected