mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 10:18:44 +00:00
Remove bed_led. It was nice while it lasted
This commit is contained in:
@@ -148,7 +148,6 @@ cards:
|
||||
- lqi: sensor.hue_5_lqi
|
||||
- update: binary_sensor.hue_5_update_available
|
||||
- light.bedside
|
||||
- light.bed_led
|
||||
|
||||
- type: entities
|
||||
title: Kitchen
|
||||
|
||||
@@ -109,7 +109,6 @@ cards:
|
||||
- sensor.aqara_tvoc_lqi
|
||||
- type: divider
|
||||
- sensor.bedside_switch_lqi
|
||||
# - sensor.bed_led_lqi
|
||||
- sensor.bedside_second_switch_lqi
|
||||
- sensor.bedroom_opple_lqi
|
||||
- sensor.bedroom_door_lqi
|
||||
|
||||
@@ -26,13 +26,6 @@
|
||||
- top: 11.7%
|
||||
- left: 61.6%
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: floorplan_state_icon
|
||||
variables:
|
||||
- entity: light.bed_led
|
||||
- top: 11%
|
||||
- left: 67.5%
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: floorplan_state_icon
|
||||
variables:
|
||||
|
||||
@@ -265,20 +265,3 @@
|
||||
background-color: rgba(255,0,0,0.5)
|
||||
color: transparent
|
||||
transform: perspective(2000px) rotateX(185.6deg) rotateY(73.1deg)
|
||||
|
||||
# Master bedroom LED Strip
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: light.bed_led
|
||||
state: "on"
|
||||
elements:
|
||||
- type: state-label
|
||||
entity: light.bed_led
|
||||
style:
|
||||
width: 9.9%
|
||||
height: 0
|
||||
top: 7.6%
|
||||
left: 67.6%
|
||||
color: transparent
|
||||
box-shadow: '0 0 7px 4px rgb(255, 127, 0)'
|
||||
opacity: 0.6
|
||||
|
||||
@@ -218,23 +218,16 @@ card:
|
||||
template: v3_tablet_button
|
||||
entity: light.master_bedroom_main
|
||||
name: Main
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.bed_led
|
||||
name: Bed
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.bed_led_toggle
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.bedside
|
||||
name: Bedside
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.kitchen
|
||||
name: Kitchen
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.hallway_main
|
||||
|
||||
@@ -214,23 +214,16 @@ card:
|
||||
template: v3_tablet_button
|
||||
entity: light.master_bedroom_main
|
||||
name: Main
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.bed_led
|
||||
name: Bed
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.bed_led_toggle
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.bedside
|
||||
name: Bedside
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.kitchen
|
||||
name: Kitchen
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_tablet_button
|
||||
entity: light.hallway_main
|
||||
|
||||
@@ -118,12 +118,6 @@
|
||||
template: v3_button_light
|
||||
entity: light.bedside
|
||||
name: Bedside
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_button_light
|
||||
entity: light.bed_led
|
||||
name: Bed
|
||||
|
||||
|
||||
- type: vertical-stack
|
||||
|
||||
Reference in New Issue
Block a user