mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-19 10:08:18 +00:00
Remove terrarium
This commit is contained in:
@@ -1,36 +1,3 @@
|
||||
- id: '1699305396452'
|
||||
alias: Terrarium · Climate alert
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: template
|
||||
value_template: '{{ states(''sensor.terrarium_weather_temperature'')|float > 29
|
||||
or states(''sensor.terrarium_weather_temperature'')|float < 22 }}
|
||||
|
||||
'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 5
|
||||
seconds: 0
|
||||
id: temperature
|
||||
- platform: template
|
||||
value_template: '{{ states(''sensor.terrarium_weather_humidity'')|float > 87 or
|
||||
states(''sensor.terrarium_weather_humidity'')|float < 60 }}
|
||||
|
||||
'
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 5
|
||||
seconds: 0
|
||||
id: humidity
|
||||
condition: []
|
||||
action:
|
||||
- service: notify.mobile_app_mayas_iphone
|
||||
data:
|
||||
title: Terrarium · {{ trigger.id }} alert
|
||||
message: '{{ trigger.id }} has been out of bounds for 5 mins!'
|
||||
data:
|
||||
url: /lovelace/terrarium
|
||||
mode: single
|
||||
- id: '1699306268852'
|
||||
alias: Printer · Toner warning
|
||||
description: ''
|
||||
@@ -97,3 +64,32 @@
|
||||
- light.hallway_main
|
||||
- light.hallway_entrance
|
||||
mode: single
|
||||
- id: '1751744496991'
|
||||
alias: Climate · AC · Reduce cooling at 4
|
||||
description: ''
|
||||
triggers:
|
||||
- trigger: time
|
||||
at: 04:00:00
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: climate.toshiba_ac
|
||||
state: cool
|
||||
actions:
|
||||
- action: climate.set_temperature
|
||||
metadata: {}
|
||||
data:
|
||||
temperature: 23
|
||||
target:
|
||||
entity_id: climate.toshiba_ac
|
||||
- delay:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 3
|
||||
milliseconds: 0
|
||||
- action: climate.set_fan_mode
|
||||
metadata: {}
|
||||
data:
|
||||
fan_mode: auto
|
||||
target:
|
||||
entity_id: climate.toshiba_ac
|
||||
mode: single
|
||||
|
||||
@@ -76,8 +76,6 @@ cards:
|
||||
entity: sensor.bathroom_motion_battery
|
||||
- type: custom:battery-entity-row
|
||||
entity: sensor.guest_bedroom_weather_battery
|
||||
- type: custom:battery-entity-row
|
||||
entity: sensor.terrarium_weather_battery
|
||||
- type: entities
|
||||
title: Aqara Devices
|
||||
entities:
|
||||
|
||||
@@ -1,50 +0,0 @@
|
||||
- type: custom:layout-card
|
||||
layout_type: custom:horizontal-layout
|
||||
layout:
|
||||
max_cols: 2
|
||||
cards:
|
||||
- type: custom:decluttering-card
|
||||
template: coloured-vertical-stack
|
||||
variables:
|
||||
- color: "#0040A0"
|
||||
- cards:
|
||||
- type: custom:decluttering-card
|
||||
template: v3_title
|
||||
variables:
|
||||
- title: 🐍 Terrarium
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_chip
|
||||
entity: sensor.terrarium_weather_temperature
|
||||
- type: custom:button-card
|
||||
template: v3_chip
|
||||
entity: sensor.terrarium_weather_humidity
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
variables:
|
||||
- title: Climate
|
||||
- type: custom:decluttering-card
|
||||
template: climate_card
|
||||
variables:
|
||||
- main_entity: sensor.terrarium_weather_humidity
|
||||
- main_name: Humidity
|
||||
- left_entity: sensor.terrarium_weather_temperature
|
||||
- left_name: Temperature
|
||||
- right_entity: sensor.terrarium_weather_pressure
|
||||
- type: custom:decluttering-card
|
||||
template: coloured-vertical-stack
|
||||
variables:
|
||||
- color: "#0040A0"
|
||||
- cards:
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
variables:
|
||||
- title: Camera
|
||||
- type: picture-glance
|
||||
camera_image: camera.terrarium_cam_sd
|
||||
entities:
|
||||
- camera.terrarium_cam_hd
|
||||
|
||||
- !include ../popup_cards.yaml
|
||||
@@ -485,31 +485,6 @@ cards:
|
||||
- right_entity: sensor.hallway_weather_pressure
|
||||
|
||||
|
||||
- type: custom:popup-card
|
||||
entity: sensor.terrarium_weather_temperature
|
||||
title: Terrarium Temperature
|
||||
card:
|
||||
type: custom:decluttering-card
|
||||
template: climate_card
|
||||
variables:
|
||||
- main_entity: sensor.terrarium_weather_temperature
|
||||
- left_entity: sensor.terrarium_weather_humidity
|
||||
- right_entity: sensor.terrarium_weather_pressure
|
||||
|
||||
|
||||
- type: custom:popup-card
|
||||
entity: sensor.terrarium_weather_humidity
|
||||
title: Terrarium Humidity
|
||||
card:
|
||||
type: custom:decluttering-card
|
||||
template: climate_card
|
||||
variables:
|
||||
- main_entity: sensor.terrarium_weather_humidity
|
||||
- main_name: Humidity
|
||||
- left_entity: sensor.terrarium_weather_temperature
|
||||
- left_name: Temperature
|
||||
- right_entity: sensor.terrarium_weather_pressure
|
||||
|
||||
- type: custom:popup-card
|
||||
entity: sensor.guest_bedroom_weather_temperature
|
||||
title: Guest Bedroom Temperature
|
||||
|
||||
@@ -33,7 +33,6 @@ automation:
|
||||
- sensor.hallway_motion_2_battery
|
||||
|
||||
- sensor.guest_bedroom_weather_battery
|
||||
- sensor.terrarium_weather_battery
|
||||
below: 20
|
||||
|
||||
action:
|
||||
|
||||
@@ -49,13 +49,6 @@ views:
|
||||
background: '#b1633e'
|
||||
cards: !include lovelace/home_dashboard/hallway_dashboard.yaml
|
||||
theme: sarah-noctis-grey
|
||||
- title: Terrarium
|
||||
path: terrarium
|
||||
icon: "mdi:snake"
|
||||
panel: true
|
||||
background: 'top / 100% no-repeat url("/local/images/wallpapers-3/terrarium.jpg") #5E3C0F fixed'
|
||||
cards: !include lovelace/home_dashboard/terrarium_dashboard.yaml
|
||||
theme: sarah-noctis-grey
|
||||
- title: Guest Bedroom
|
||||
path: guest_bedroom
|
||||
icon: "mdi:numeric-2-box-outline"
|
||||
|
||||
Reference in New Issue
Block a user