Add college hockey teams to dashboards
home_automation/Home-Assistant-Configs#255
This commit is contained in:
@@ -5934,6 +5934,63 @@ views:
|
||||
black
|
||||
{% endif %}
|
||||
column_span: 1
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
heading_style: title
|
||||
heading: College Hockey
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.michigan_wolverines_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_golden_gophers_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_state_mavericks_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
column_span: 3
|
||||
visibility:
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: state
|
||||
entity: binary_sensor.michigan_wolverines_hockey_inhibit
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_golden_gophers_hockey_inhibit
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_state_mavericks_hockey_inhibit
|
||||
state: 'off'
|
||||
max_columns: 5
|
||||
cards: []
|
||||
- theme: Backend-selected
|
||||
|
||||
@@ -6159,6 +6159,63 @@ views:
|
||||
black
|
||||
{% endif %}
|
||||
column_span: 1
|
||||
- type: grid
|
||||
cards:
|
||||
- type: heading
|
||||
heading_style: title
|
||||
heading: College Hockey
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.michigan_wolverines_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.michigan_wolverines_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.minnesota_golden_gophers_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_golden_gophers_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
- type: custom:teamtracker-card
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
state_not: NOT_FOUND
|
||||
- condition: state
|
||||
entity: sensor.minnesota_state_mavericks_hockey
|
||||
state_not: BYE
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_state_mavericks_hockey_inhibit
|
||||
state: 'off'
|
||||
show_league: false
|
||||
column_span: 3
|
||||
visibility:
|
||||
- condition: or
|
||||
conditions:
|
||||
- condition: state
|
||||
entity: binary_sensor.michigan_wolverines_hockey_inhibit
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_golden_gophers_hockey_inhibit
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity: binary_sensor.minnesota_state_mavericks_hockey_inhibit
|
||||
state: 'off'
|
||||
max_columns: 5
|
||||
cards: []
|
||||
subview: true
|
||||
|
||||
Reference in New Issue
Block a user