mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
105 lines
3.2 KiB
YAML
105 lines
3.2 KiB
YAML
subview: true
|
|
title: Boy's Room
|
|
path: boys-room
|
|
icon: mdi:earth
|
|
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.boys_room_multisensor_air_temperature
|
|
detail: 1
|
|
name: Temperature
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
detail: 1
|
|
entity: sensor.boys_room_multisensor_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.boys_room_hue
|
|
name: Main
|
|
icon: mdi:dome-light
|
|
tap_action:
|
|
action: toggle
|
|
hide_state: true
|
|
layout: vertical
|
|
- type: custom:mushroom-light-card
|
|
entity: light.boys_room_closet
|
|
name: Closet
|
|
icon: ""
|
|
tap_action:
|
|
action: toggle
|
|
hide_state: true
|
|
layout: vertical
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.boys_room_multisensor_illuminance
|
|
name: Light Level
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.boys_room_light_level_trigger
|
|
layout: vertical
|
|
name: Trigger
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.boys_room_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Devices
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mini-media-player
|
|
entity: media_player.boys_room_clock
|
|
artwork: cover-fit
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Sensors
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.boys_room_door_contact
|
|
name: Door
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.furnace_room_door_contact
|
|
name: Furnace
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: group.boys_room_motion
|
|
name: Motion
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.boys_room_window_contact
|
|
name: Window
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Cameras
|
|
- !include /config/lovelace/cameras/view-camera-01.yaml
|