Remove light and temperature graph cards from mobile dashboard

This commit is contained in:
2024-12-06 19:39:08 -05:00
parent 70a0f30d0d
commit 708e254422

View File

@ -507,26 +507,6 @@ views:
grid_options:
columns: 6
rows: auto
- type: custom:decluttering-card
template: main_button_name
variables:
- name: Temp Graphs
- icon: mdi:chart-areaspline
- navigation_path: '#roomtemps'
- columns: 2
grid_options:
columns: 6
rows: auto
- type: custom:decluttering-card
template: main_button_name
variables:
- name: Light Graphs
- icon: mdi:chart-areaspline
- navigation_path: '#roomlux'
- columns: 2
grid_options:
columns: 6
rows: auto
- type: custom:decluttering-card
template: main_button_name
variables:
@ -3443,158 +3423,6 @@ views:
type: entities
show_header_toggle: false
state_color: true
- type: vertical-stack
cards:
- type: custom:bubble-card
card_type: pop-up
hash: '#roomtemps'
button_type: name
name: Room Temperatures (24h)
icon: mdi:home-thermometer
show_header: false
- type: custom:bubble-card
card_type: separator
name: Basement
icon: mdi:home-floor-b
- type: custom:mini-graph-card
entities:
- sensor.basement_studio_temperature
name: Studio
points_per_hour: 2
- type: custom:bubble-card
card_type: separator
name: First Floor
icon: mdi:home-floor-1
- type: custom:mini-graph-card
entities:
- sensor.living_room_front_temperature
name: Living Room Front
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.living_room_back_temperature
name: Living Room Back
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.stairwell_bottom_temperature
name: Stairwell
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.downstairs_bathroom_temperature
name: Downstairs Bathroom
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.mud_room_temperature
name: Mud Room
points_per_hour: 2
- type: custom:bubble-card
card_type: separator
name: Second Floor
icon: mdi:home-floor-2
- type: custom:mini-graph-card
entities:
- sensor.stairwell_top_temperature
name: Upstairs Hallway
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.upstairs_bathroom_temperature
name: Upstairs Bathroom
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.master_bedroom_temperature
name: Master Bedroom
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.kallen_bedroom_temperature
name: Kallen Bedroom
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.emma_bedroom_temperature
name: Emma Bedroom
points_per_hour: 2
- type: vertical-stack
cards:
- type: custom:bubble-card
card_type: pop-up
hash: '#roomlux'
button_type: name
name: Room Light Levels (24h)
icon: mdi:brightness-5
show_header: false
- type: custom:bubble-card
card_type: separator
name: Basement
icon: mdi:home-floor-b
- type: custom:mini-graph-card
entities:
- sensor.basement_studio_illuminance
name: Studio
points_per_hour: 2
- type: custom:bubble-card
card_type: separator
name: First Floor
icon: mdi:home-floor-1
- type: custom:mini-graph-card
entities:
- sensor.living_room_front_illuminance
name: Living Room Front
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.living_room_back_illuminance
name: Living Room Back
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.stairwell_bottom_illuminance
name: Stairwell
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.downstairs_bathroom_illuminance
name: Downstairs Bathroom
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.mud_room_illuminance
name: Mud Room
points_per_hour: 2
- type: custom:bubble-card
card_type: separator
name: Second Floor
icon: mdi:home-floor-2
- type: custom:mini-graph-card
entities:
- sensor.stairwell_top_illuminance
name: Upstairs Hallway
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.upstairs_bathroom_illuminance
name: Upstairs Bathroom
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.master_bedroom_illuminance
name: Master Bedroom
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.kallen_bedroom_illuminance
name: Kallen Bedroom
points_per_hour: 2
- type: custom:mini-graph-card
entities:
- sensor.emma_bedroom_illuminance
name: Emma Bedroom
points_per_hour: 2
- type: vertical-stack
cards:
- type: custom:bubble-card