mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
55 lines
1.5 KiB
YAML
55 lines
1.5 KiB
YAML
subview: true
|
|
title: Mancave
|
|
path: mancave
|
|
icon: mdi:human-male
|
|
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.mancave_thermostat_temperature
|
|
detail: 1
|
|
name: Temperature
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
detail: 1
|
|
entity: sensor.mancave_thermostat_humidity
|
|
name: Humidity
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Lights
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-light-card
|
|
entity: light.mancave
|
|
name: Main
|
|
icon: mdi:dome-light
|
|
tap_action:
|
|
action: toggle
|
|
layout: vertical
|
|
hide_state: true
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Sensors
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.mancave_door_contact
|
|
name: Door
|
|
secondary_info: none
|
|
layout: vertical
|
|
- type: custom:mushroom-entity-card
|
|
entity: group.mancave_motion
|
|
name: Motion
|
|
secondary_info: none
|
|
layout: vertical |