mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Remove christmas lights
This commit is contained in:
@@ -126,12 +126,6 @@ views:
|
||||
name: Vacuum
|
||||
- type: custom:button-card
|
||||
template: v3_button_brita_water
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: switch.kitchen_outlet
|
||||
icon: mdi:string-lights
|
||||
name: Christmas lights
|
||||
# variables:
|
||||
# power_sensor: sensor.kitchen_outlet_electric_consumption_w
|
||||
|
||||
|
||||
- !include ./lovelace/popup_cards.yaml
|
||||
|
||||
@@ -69,8 +69,6 @@ cards:
|
||||
icon: mdi:lightbulb
|
||||
entities:
|
||||
- automation.living_room_candle_turn_on_after_sunset
|
||||
- automation.kitchen_christmast_lights_turn_on_after_sunset
|
||||
- automation.kitchen_christmast_lights_turn_off_on_sunrise
|
||||
- automation.lighting_turn_on_ceiling_lights_after_sunset
|
||||
- automation.lighting_turn_off_all_lights_after_sunrise
|
||||
- type: divider
|
||||
|
||||
@@ -293,14 +293,6 @@ card:
|
||||
show_state: false
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: custom:button-card
|
||||
template: v3_xs_button
|
||||
entity: input_select.isparkle_color
|
||||
name: 🎄 L. Room
|
||||
icon: mdi:string-lights
|
||||
show_state: false
|
||||
tap_action:
|
||||
action: more-info
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
@@ -319,11 +311,6 @@ card:
|
||||
template: v3_xs_button
|
||||
entity: light.kitchen
|
||||
name: Kitchen
|
||||
- type: custom:button-card
|
||||
template: v3_xs_button
|
||||
entity: switch.kitchen_outlet
|
||||
icon: mdi:string-lights
|
||||
name: 🎄 Kitchen
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
|
||||
@@ -95,12 +95,6 @@
|
||||
name: Vacuum
|
||||
- type: custom:button-card
|
||||
template: v3_button_brita_water
|
||||
- type: custom:button-card
|
||||
template: v3_button
|
||||
entity: switch.kitchen_outlet
|
||||
icon: mdi:string-lights
|
||||
name: Christmas lights
|
||||
# variables:
|
||||
# power_sensor: sensor.kitchen_outlet_electric_consumption_w
|
||||
|
||||
|
||||
- !include ../popup_cards.yaml
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
automation:
|
||||
- alias: Kitchen christmast lights · turn on after sunset
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunset
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.kitchen_outlet
|
||||
- alias: Kitchen christmast lights · turn off on sunrise
|
||||
trigger:
|
||||
platform: sun
|
||||
event: sunrise
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.kitchen_outlet
|
||||
@@ -50,4 +50,3 @@ script:
|
||||
- service: cover.close_cover
|
||||
entity_id: cover.living_room
|
||||
- service: script.living_room_candle_off
|
||||
- service: script.isparkle_off
|
||||
|
||||
@@ -24,7 +24,6 @@ script:
|
||||
entity_id:
|
||||
- light.living_room_ambient
|
||||
|
||||
- service: script.isparkle_on
|
||||
- service: script.open_living_room_cover
|
||||
- service: script.shield_screensaver
|
||||
|
||||
|
||||
Reference in New Issue
Block a user