mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
123 lines
3.8 KiB
YAML
123 lines
3.8 KiB
YAML
subview: true
|
|
title: Utility Room
|
|
path: utility-room
|
|
icon: mdi:washing-machine
|
|
badges: []
|
|
cards:
|
|
- type: vertical-stack
|
|
cards:
|
|
# - type: custom:mushroom-chips-card
|
|
# chips:
|
|
# - type: back
|
|
- type: horizontal-stack
|
|
cards:
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
entity: sensor.utility_room_multisensor_air_temperature
|
|
detail: 1
|
|
name: Multisensor
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
detail: 1
|
|
entity: sensor.utility_room_multisensor_relative_humidity
|
|
name: Multisensor
|
|
- type: horizontal-stack
|
|
cards:
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
entity: sensor.utility_room_thermostat_temperature
|
|
detail: 1
|
|
name: Thermostat
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
detail: 1
|
|
entity: sensor.utility_room_thermostat_humidity
|
|
name: Thermostat
|
|
- type: horizontal-stack
|
|
cards:
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
entity: sensor.utility_room_thermal_comfort_summer_simmer_index
|
|
detail: 1
|
|
name: Simmer
|
|
- type: history-graph
|
|
entities:
|
|
- entity: binary_sensor.utility_room_multisensor_too_humid
|
|
name: Too Humid
|
|
hours_to_show: 24
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Lights
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-light-card
|
|
entity: light.utility_room_vanity
|
|
name: Vanity
|
|
tap_action:
|
|
action: toggle
|
|
use_light_color: false
|
|
show_brightness_control: false
|
|
layout: vertical
|
|
hide_state: true
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_select.nursery_mode
|
|
name: Mode
|
|
layout: vertical
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Devices
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.washing_machine
|
|
layout: vertical
|
|
primary_info: none
|
|
secondary_info: none
|
|
icon_tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/washing-machine
|
|
tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/washing-machine
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.tumble_dryer
|
|
layout: vertical
|
|
primary_info: none
|
|
secondary_info: none
|
|
icon_tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/tumble-dryer
|
|
tap_action:
|
|
action: navigate
|
|
navigation_path: /phone-yaml/tumble-dryer
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: fan.utility_room_vent
|
|
tap_action:
|
|
action: toggle
|
|
primary_info: none
|
|
secondary_info: none
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Sensors
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.utility_room_door_contact
|
|
name: Door
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: group.utility_room_motion
|
|
name: Motion
|
|
layout: vertical
|
|
secondary_info: none |