mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
93 lines
2.6 KiB
YAML
93 lines
2.6 KiB
YAML
subview: true
|
|
title: Furnace Room
|
|
path: furnace-room
|
|
icon: mdi:hvac
|
|
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.furnace_room_thermostat_temperature
|
|
detail: 1
|
|
name: Temperature
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
detail: 1
|
|
entity: sensor.furnace_room_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.furnace_room
|
|
name: Main
|
|
tap_action:
|
|
action: toggle
|
|
hide_state: true
|
|
layout: vertical
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Devices
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: switch.hvac_multisensor_display
|
|
name: HVAC Display
|
|
icon: mdi:monitor
|
|
layout: vertical
|
|
secondary_info: none
|
|
tap_action:
|
|
action: toggle
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: custom:mushroom-title-card
|
|
subtitle: Sensors
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.heat_pump
|
|
secondary_info: none
|
|
layout: vertical
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.furnace
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
entity: group.furnace_room_motion
|
|
name: Motion
|
|
layout: vertical
|
|
secondary_info: none
|
|
- type: horizontal-stack
|
|
cards:
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
entity: sensor.hvac_multisensor_return
|
|
detail: 1
|
|
name: Return
|
|
- hours_to_show: 24
|
|
graph: line
|
|
type: sensor
|
|
entity: sensor.hvac_multisensor_supply
|
|
detail: 1
|
|
name: Supply
|
|
# - type: vertical-stack
|
|
# cards:
|
|
# - type: custom:mushroom-title-card
|
|
# subtitle: Cameras
|
|
# - !include /config/lovelace/cameras/view-camera-10.yaml
|