mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,139 @@
|
||||
theme: Mushroom
|
||||
subview: true
|
||||
title: Front Room
|
||||
path: front-room
|
||||
icon: mdi:television
|
||||
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.front_room_thermostat_temperature
|
||||
detail: 1
|
||||
name: Temperature
|
||||
- hours_to_show: 24
|
||||
graph: line
|
||||
type: sensor
|
||||
detail: 1
|
||||
entity: sensor.front_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.front_room_hue
|
||||
name: Main Light
|
||||
tap_action:
|
||||
action: toggle
|
||||
use_light_color: false
|
||||
show_brightness_control: false
|
||||
layout: vertical
|
||||
hide_state: false
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_select.front_room_mode
|
||||
name: Mode
|
||||
layout: vertical
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Naturally Lit
|
||||
secondary: >-
|
||||
Trigger: {{states('input_number.front_room_light_level_trigger')|int}}
|
||||
Lux: {{states('sensor.front_room_light_level')}}
|
||||
icon: >
|
||||
{{iif(is_state('binary_sensor.front_room_naturally_lit','on'),'mdi:brightness-auto','mdi:weather-sunny-off')}}
|
||||
entity: input_number.front_room_light_level_trigger
|
||||
layout: vertical
|
||||
icon_color: >
|
||||
{{iif(is_state('binary_sensor.front_room_naturally_lit','on'),'blue','disabled')}}
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
entity: input_boolean.front_room_light_cycle
|
||||
primary: Cycle
|
||||
secondary: '{{states(''input_boolean.front_room_light_cycle'') | title}}'
|
||||
layout: vertical
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: input_boolean.front_room_light_cycle
|
||||
icon: >
|
||||
{{iif(is_state('binary_sensor.front_room_naturally_lit','on'),'mdi:party-popper','mdi:track-light-off')}}
|
||||
icon_color: >
|
||||
{{iif(is_state('binary_sensor.front_room_naturally_lit','on'),'blue','disabled')}}
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_number.front_room_light_cycle_brightness
|
||||
name: Brightness
|
||||
layout: vertical
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_number.front_room_light_cycle_transition
|
||||
name: Transition
|
||||
layout: vertical
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_boolean.front_room_cycle_same
|
||||
name: Same
|
||||
layout: vertical
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_select.front_room_color_set
|
||||
name: Color
|
||||
layout: vertical
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
subtitle: Devices
|
||||
- type: custom:mini-media-player
|
||||
entity: media_player.front_room_tv
|
||||
artwork: cover-fit
|
||||
- type: custom:mini-media-player
|
||||
entity: media_player.front_room_hub
|
||||
artwork: cover-fit
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
subtitle: Sensors
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: group.front_room_motion
|
||||
name: Motion
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.front_room_person_occupancy
|
||||
name: Person
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.pantry_door_contact
|
||||
name: Pantry
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.front_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-13.yaml
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:mushroom-title-card
|
||||
subtitle: TV
|
||||
- !include /config/lovelace/templates/front-room-roku-card.yaml
|
||||
Reference in New Issue
Block a user