Remove briefings popup and trigger button from mobile dashboard
This commit is contained in:
@ -562,9 +562,9 @@ views:
|
|||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: main_button_name
|
template: main_button_name
|
||||||
variables:
|
variables:
|
||||||
- name: Briefings
|
- name: Batteries
|
||||||
- icon: mdi:text
|
- icon: mdi:battery-charging
|
||||||
- navigation_path: '#briefings'
|
- navigation_path: '#batteries'
|
||||||
- columns: 2
|
- columns: 2
|
||||||
grid_options:
|
grid_options:
|
||||||
columns: 6
|
columns: 6
|
||||||
@ -572,9 +572,9 @@ views:
|
|||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: main_button_name
|
template: main_button_name
|
||||||
variables:
|
variables:
|
||||||
- name: Batteries
|
- name: Messaging
|
||||||
- icon: mdi:battery-charging
|
- icon: mdi:bullhorn
|
||||||
- navigation_path: '#batteries'
|
- navigation_path: '#messaging'
|
||||||
- columns: 2
|
- columns: 2
|
||||||
grid_options:
|
grid_options:
|
||||||
columns: 6
|
columns: 6
|
||||||
@ -644,16 +644,6 @@ views:
|
|||||||
.is-on .bubble-icon {
|
.is-on .bubble-icon {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
- type: custom:decluttering-card
|
|
||||||
template: main_button_name
|
|
||||||
variables:
|
|
||||||
- name: Messaging
|
|
||||||
- icon: mdi:bullhorn
|
|
||||||
- navigation_path: '#messaging'
|
|
||||||
- columns: 2
|
|
||||||
grid_options:
|
|
||||||
columns: 6
|
|
||||||
rows: auto
|
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: main_button_name
|
template: main_button_name
|
||||||
variables:
|
variables:
|
||||||
@ -3531,71 +3521,6 @@ views:
|
|||||||
- entity: script.evening_on_first_floor
|
- entity: script.evening_on_first_floor
|
||||||
- entity: script.evening_on_second_floor
|
- entity: script.evening_on_second_floor
|
||||||
- entity: script.emma_rainbow_lights
|
- entity: script.emma_rainbow_lights
|
||||||
- type: vertical-stack
|
|
||||||
cards:
|
|
||||||
- type: custom:bubble-card
|
|
||||||
card_type: pop-up
|
|
||||||
hash: '#briefings'
|
|
||||||
button_type: name
|
|
||||||
name: Briefings
|
|
||||||
icon: mdi:text
|
|
||||||
- type: custom:mushroom-template-card
|
|
||||||
primary: Hello, {{user}}
|
|
||||||
secondary: >-
|
|
||||||
{% from 'weather.jinja' import weatherReport %} {% from
|
|
||||||
'formatting.jinja' import cleanup %} {% import 'status.jinja'
|
|
||||||
as status %}
|
|
||||||
|
|
||||||
{{ weatherReport('full','text') }}
|
|
||||||
|
|
||||||
--- Indoor Temps ---
|
|
||||||
|
|
||||||
Average: {{
|
|
||||||
states('sensor.average_room_temperature',with_unit=true) }}
|
|
||||||
|
|
||||||
Coldest: {{
|
|
||||||
state_attr('sensor.coldest_room_temperature','room') }}, {{
|
|
||||||
states('sensor.coldest_room_temperature',with_unit=true) }}
|
|
||||||
|
|
||||||
Warmest: {{
|
|
||||||
state_attr('sensor.warmest_room_temperature','room') }}, {{
|
|
||||||
states('sensor.warmest_room_temperature',with_unit=true) }}
|
|
||||||
|
|
||||||
|
|
||||||
--- Lights ---
|
|
||||||
|
|
||||||
Average: {{
|
|
||||||
states('sensor.average_room_illuminance',with_unit=true) }}
|
|
||||||
|
|
||||||
Dimmest: {{ state_attr('sensor.dimmest_room','room') }}, {{
|
|
||||||
states('sensor.dimmest_room',with_unit=true) }}
|
|
||||||
|
|
||||||
Brightest: {{ state_attr('sensor.brightest_room','room') }},
|
|
||||||
{{ states('sensor.brightest_room',with_unit=true) }}
|
|
||||||
|
|
||||||
|
|
||||||
-----------------
|
|
||||||
|
|
||||||
|
|
||||||
{{ cleanup(status.tony_status_report('full','text')) }}
|
|
||||||
|
|
||||||
{{ cleanup(status.tina_status_report('full','text')) }}
|
|
||||||
|
|
||||||
{{ cleanup(status.kallen_status_report('full','text')) }}
|
|
||||||
|
|
||||||
{{ cleanup(status.emma_status_report('full','text')) }}
|
|
||||||
|
|
||||||
{{ cleanup(status.house_status_report('full','text')) }}
|
|
||||||
|
|
||||||
{{ cleanup(status.laundry_report('full','text')) }}
|
|
||||||
tap_action:
|
|
||||||
action: none
|
|
||||||
hold_action:
|
|
||||||
action: none
|
|
||||||
double_tap_action:
|
|
||||||
action: none
|
|
||||||
multiline_secondary: true
|
|
||||||
fill_container: false
|
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
- type: custom:bubble-card
|
- type: custom:bubble-card
|
||||||
|
Reference in New Issue
Block a user