mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
113 lines
3.6 KiB
YAML
113 lines
3.6 KiB
YAML
subview: true
|
|
title: Computer Area
|
|
path: computer-area
|
|
icon: mdi:desktop-classic
|
|
badges: []
|
|
cards:
|
|
# - type: custom:mushroom-chips-card
|
|
# chips:
|
|
# - type: back
|
|
- type: horizontal-stack
|
|
cards:
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
entity: sensor.computer_area_multisensor_air_temperature
|
|
detail: 1
|
|
name: Temperature
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
detail: 1
|
|
entity: sensor.computer_area_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.computer_area_hue
|
|
name: Main Light
|
|
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.computer_area_mode
|
|
name: Mode
|
|
layout: vertical
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.computer_area_multisensor_illuminance
|
|
name: Computer Area
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.computer_area_light_level_trigger
|
|
layout: vertical
|
|
name: Trigger
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.computer_area_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:mushroom-template-card
|
|
primary: VR
|
|
entity: switch.virtual_reality
|
|
icon: mdi:virtual-reality
|
|
icon_color: "{{ iif(is_state('switch.virtual_reality','on'),'yellow')}}"
|
|
layout: vertical
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mini-media-player
|
|
entity: media_player.computer_area_hub
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Sensors
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: >-
|
|
binary_sensor.computer_area_multisensor_home_security_motion_detection
|
|
name: Motion
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.computer_area_person_occupancy
|
|
name: Person
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: sensor.steam_76561197960668089
|
|
use_entity_picture: true
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.computer_chair_contact_occupied
|
|
name: Chair
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.computer_area_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-03.yaml
|