Move Minnesota Twins to first spot for baseball teams
This commit is contained in:
@ -107,12 +107,12 @@
|
|||||||
{% if is_state('binary_sensor.san_francisco_49ers_inhibit','off') %}
|
{% if is_state('binary_sensor.san_francisco_49ers_inhibit','off') %}
|
||||||
{{ sports_pregame('sensor.san_francisco_49ers') }}
|
{{ sports_pregame('sensor.san_francisco_49ers') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_state('binary_sensor.cleveland_guardians_inhibit','off') %}
|
|
||||||
{{ sports_pregame('sensor.cleveland_guardians') }}
|
|
||||||
{% endif %}
|
|
||||||
{% if is_state('binary_sensor.minnesota_twins_inhibit','off') %}
|
{% if is_state('binary_sensor.minnesota_twins_inhibit','off') %}
|
||||||
{{ sports_pregame('sensor.minnesota_twins') }}
|
{{ sports_pregame('sensor.minnesota_twins') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if is_state('binary_sensor.cleveland_guardians_inhibit','off') %}
|
||||||
|
{{ sports_pregame('sensor.cleveland_guardians') }}
|
||||||
|
{% endif %}
|
||||||
{% if is_state('binary_sensor.los_angeles_dodgers_inhibit','off') %}
|
{% if is_state('binary_sensor.los_angeles_dodgers_inhibit','off') %}
|
||||||
{{ sports_pregame('sensor.los_angeles_dodgers') }}
|
{{ sports_pregame('sensor.los_angeles_dodgers') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -135,12 +135,12 @@
|
|||||||
{% if is_state('binary_sensor.san_francisco_49ers_inhibit','off') %}
|
{% if is_state('binary_sensor.san_francisco_49ers_inhibit','off') %}
|
||||||
{{ sports_main('sensor.san_francisco_49ers') }}
|
{{ sports_main('sensor.san_francisco_49ers') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_state('binary_sensor.cleveland_guardians_inhibit','off') %}
|
|
||||||
{{ sports_main('sensor.cleveland_guardians') }}
|
|
||||||
{% endif %}
|
|
||||||
{% if is_state('binary_sensor.minnesota_twins_inhibit','off') %}
|
{% if is_state('binary_sensor.minnesota_twins_inhibit','off') %}
|
||||||
{{ sports_main('sensor.minnesota_twins') }}
|
{{ sports_main('sensor.minnesota_twins') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if is_state('binary_sensor.cleveland_guardians_inhibit','off') %}
|
||||||
|
{{ sports_main('sensor.cleveland_guardians') }}
|
||||||
|
{% endif %}
|
||||||
{% if is_state('binary_sensor.los_angeles_dodgers_inhibit','off') %}
|
{% if is_state('binary_sensor.los_angeles_dodgers_inhibit','off') %}
|
||||||
{{ sports_main('sensor.los_angeles_dodgers') }}
|
{{ sports_main('sensor.los_angeles_dodgers') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -55,16 +55,6 @@ template:
|
|||||||
state: >
|
state: >
|
||||||
{% from 'sports.jinja' import sports_today %}
|
{% from 'sports.jinja' import sports_today %}
|
||||||
{{ sports_today('sensor.san_francisco_49ers') }}
|
{{ sports_today('sensor.san_francisco_49ers') }}
|
||||||
- name: Cleveland Guardians Inhibit
|
|
||||||
unique_id: b0980d47-d762-4f23-97b1-9e88da729d8f
|
|
||||||
state: >
|
|
||||||
{% from 'sports.jinja' import sports_inhibit %}
|
|
||||||
{{ sports_inhibit('sensor.cleveland_guardians') }}
|
|
||||||
- name: Cleveland Guardians Event Today
|
|
||||||
unique_id: 985a7b2c-9ebd-4a2e-8ee2-2ab5359310e0
|
|
||||||
state: >
|
|
||||||
{% from 'sports.jinja' import sports_today %}
|
|
||||||
{{ sports_today('sensor.cleveland_guardians') }}
|
|
||||||
- name: Minnesota Twins Inhibit
|
- name: Minnesota Twins Inhibit
|
||||||
unique_id: 2987ae95-f55d-4994-b9dd-018278d2f5ad
|
unique_id: 2987ae95-f55d-4994-b9dd-018278d2f5ad
|
||||||
state: >
|
state: >
|
||||||
@ -75,6 +65,16 @@ template:
|
|||||||
state: >
|
state: >
|
||||||
{% from 'sports.jinja' import sports_today %}
|
{% from 'sports.jinja' import sports_today %}
|
||||||
{{ sports_today('sensor.minnesota_twins') }}
|
{{ sports_today('sensor.minnesota_twins') }}
|
||||||
|
- name: Cleveland Guardians Inhibit
|
||||||
|
unique_id: b0980d47-d762-4f23-97b1-9e88da729d8f
|
||||||
|
state: >
|
||||||
|
{% from 'sports.jinja' import sports_inhibit %}
|
||||||
|
{{ sports_inhibit('sensor.cleveland_guardians') }}
|
||||||
|
- name: Cleveland Guardians Event Today
|
||||||
|
unique_id: 985a7b2c-9ebd-4a2e-8ee2-2ab5359310e0
|
||||||
|
state: >
|
||||||
|
{% from 'sports.jinja' import sports_today %}
|
||||||
|
{{ sports_today('sensor.cleveland_guardians') }}
|
||||||
- name: Los Angeles Dodgers Inhibit
|
- name: Los Angeles Dodgers Inhibit
|
||||||
unique_id: 2c6aae6e-eff6-46e5-bee9-311f9bbc0c0e
|
unique_id: 2c6aae6e-eff6-46e5-bee9-311f9bbc0c0e
|
||||||
state: >
|
state: >
|
||||||
|
Reference in New Issue
Block a user