mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
A whole bunch of cleanup
This commit is contained in:
@@ -62,6 +62,8 @@ action:
|
||||
entity_id: switch.frigate_cam04_detect
|
||||
state: 'on'
|
||||
sequence:
|
||||
- delay:
|
||||
minutes: 5
|
||||
- service: switch.turn_off
|
||||
data: {}
|
||||
target:
|
||||
|
||||
@@ -35,6 +35,7 @@ condition:
|
||||
#- "{{ not presence_entity or not is_state(presence_entity, 'home') }}"
|
||||
- '{{ is_state("binary_sensor.garage_door","off") }}'
|
||||
- '{{ is_state("binary_sensor.outer_garage_door","off") }}'
|
||||
- '{{ is_state("binary_sensor.outer_garage_door_contact","off")}}'
|
||||
- '{{ is_state("binary_sensor.front_door_contact","off") }}'
|
||||
- '{{ is_state("binary_sensor.patio_door_contact","off") }}'
|
||||
- "{{ is_state('input_boolean.outdoor_snapshots','on') }}"
|
||||
|
||||
@@ -35,6 +35,7 @@ condition:
|
||||
#- "{{ not presence_entity or not is_state(presence_entity, 'home') }}"
|
||||
- '{{ is_state("binary_sensor.garage_door","off") }}'
|
||||
- '{{ is_state("binary_sensor.outer_garage_door","off") }}'
|
||||
- '{{ is_state("binary_sensor.outer_garage_door_contact","off")}}'
|
||||
- '{{ is_state("binary_sensor.front_door_contact","off") }}'
|
||||
- '{{ is_state("binary_sensor.patio_door_contact","off") }}'
|
||||
- '{{ is_state("binary_sensor.front_porch_motion","off") }}'
|
||||
|
||||
@@ -17,6 +17,7 @@ trigger:
|
||||
entity_id:
|
||||
- binary_sensor.gray_suv_east_side
|
||||
- binary_sensor.gray_suv_west_side
|
||||
- group.traverse
|
||||
from: 'off'
|
||||
to: 'on'
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ action:
|
||||
target:
|
||||
entity_id: input_datetime.clint_next_alarm
|
||||
data:
|
||||
time: "09:00:00"
|
||||
time: "06:00:00"
|
||||
|
||||
- conditions:
|
||||
- condition: state
|
||||
|
||||
@@ -12,6 +12,9 @@ trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.outer_garage_door
|
||||
to: 'on'
|
||||
- platform: state
|
||||
entity_id: binary_sensor.outer_garage_door_contact
|
||||
to: 'on'
|
||||
# People just got home
|
||||
- platform: state
|
||||
entity_id:
|
||||
@@ -50,6 +53,9 @@ condition:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.outer_garage_door
|
||||
state: 'on'
|
||||
- condition: state
|
||||
entity_id: binary_sensor.outer_garage_door_contact
|
||||
state: 'on'
|
||||
# Or somebody has just arrived
|
||||
- condition: template
|
||||
value_template: "{{ is_state('input_select.clint_status_dropdown','Just Arrived') }}"
|
||||
|
||||
@@ -24,7 +24,7 @@ trigger:
|
||||
- binary_sensor.garage_door
|
||||
from: "on"
|
||||
to: "off"
|
||||
for: "00:01:00"
|
||||
for: "00:05:00"
|
||||
|
||||
- platform: state
|
||||
id: got_bright
|
||||
|
||||
@@ -28,6 +28,7 @@ trigger:
|
||||
id: door
|
||||
entity_id:
|
||||
- binary_sensor.inner_garage_door
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
- binary_sensor.front_door_contact
|
||||
to: "on"
|
||||
|
||||
|
||||
@@ -15,16 +15,16 @@ trigger:
|
||||
entity_id: binary_sensor.front_porch_motion, binary_sensor.front_porch_person_occupancy
|
||||
to: "off"
|
||||
for:
|
||||
minutes: 1
|
||||
minutes: 5
|
||||
|
||||
- platform: state
|
||||
id: door_open
|
||||
entity_id: binary_sensor.outer_garage_door, binary_sensor.garage_door
|
||||
entity_id: binary_sensor.outer_garage_door, binary_sensor.garage_door, binary_sensor.outer_garage_door_contact
|
||||
to: "on"
|
||||
|
||||
- platform: state
|
||||
id: door_shut
|
||||
entity_id: binary_sensor.outer_garage_door
|
||||
entity_id: binary_sensor.outer_garage_door, binary_sensor.outer_garage_door_contact
|
||||
to: "off"
|
||||
for:
|
||||
minutes: 1
|
||||
@@ -40,17 +40,17 @@ trigger:
|
||||
to: "on"
|
||||
|
||||
condition:
|
||||
- condition: or
|
||||
conditions:
|
||||
- alias: "Front porch not naturally lit"
|
||||
condition: state
|
||||
entity_id: binary_sensor.front_porch_naturally_lit
|
||||
state: 'off'
|
||||
# - condition: or
|
||||
# conditions:
|
||||
# - alias: "Front porch not naturally lit"
|
||||
# condition: state
|
||||
# entity_id: binary_sensor.front_porch_naturally_lit
|
||||
# state: 'off'
|
||||
|
||||
- alias: "Light is already on"
|
||||
condition: state
|
||||
entity_id: light.front_porch_overhead
|
||||
state: 'on'
|
||||
# - alias: "Light is already off"
|
||||
# condition: state
|
||||
# entity_id: light.front_porch_overhead
|
||||
# state: 'off'
|
||||
|
||||
- alias: "It is not late evening"
|
||||
condition: state
|
||||
@@ -72,6 +72,11 @@ action:
|
||||
entity_id: light.front_porch_overhead
|
||||
state: 'off'
|
||||
|
||||
- alias: "Front porch not naturally lit"
|
||||
condition: state
|
||||
entity_id: binary_sensor.front_porch_naturally_lit
|
||||
state: 'off'
|
||||
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
target:
|
||||
@@ -85,20 +90,42 @@ action:
|
||||
entity_id: light.front_porch_overhead
|
||||
state: 'off'
|
||||
|
||||
- alias: "Front porch not naturally lit"
|
||||
condition: state
|
||||
entity_id: binary_sensor.front_porch_naturally_lit
|
||||
state: 'off'
|
||||
|
||||
sequence:
|
||||
- service: light.turn_on
|
||||
target:
|
||||
entity_id: light.front_porch_overhead
|
||||
|
||||
- conditions:
|
||||
- condition: trigger
|
||||
id: "too_bright"
|
||||
|
||||
- condition: state
|
||||
entity_id: light.front_porch_overhead
|
||||
state: 'on'
|
||||
|
||||
sequence:
|
||||
- service: light.turn_off
|
||||
target:
|
||||
entity_id: light.front_porch_overhead
|
||||
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: binary_sensor.front_porch_motion
|
||||
state: "off"
|
||||
for:
|
||||
minutes: 1
|
||||
minutes: 5
|
||||
|
||||
# - condition: state
|
||||
# entity_id: binary_sensor.outer_garage_door
|
||||
# state: 'off'
|
||||
|
||||
- condition: state
|
||||
entity_id: binary_sensor.outer_garage_door
|
||||
entity_id: binary_sensor.outer_garage_door_contact
|
||||
state: 'off'
|
||||
|
||||
- condition: state
|
||||
|
||||
@@ -5,13 +5,13 @@ mode: queued
|
||||
trigger:
|
||||
- platform: state
|
||||
id: door_open
|
||||
entity_id: binary_sensor.furnace_room_door
|
||||
entity_id: binary_sensor.furnace_room_door, binary_sensor.furnace_room_door_contact
|
||||
from: "off"
|
||||
to: "on"
|
||||
|
||||
- platform: state
|
||||
id: door_closed
|
||||
entity_id: binary_sensor.furnace_room_door
|
||||
entity_id: binary_sensor.furnace_room_door, binary_sensor.furnace_room_door_contact
|
||||
to: "off"
|
||||
for: "00:10:00"
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@ trigger:
|
||||
- binary_sensor.inner_garage_door
|
||||
- binary_sensor.outer_garage_door
|
||||
- binary_sensor.garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
to: 'off'
|
||||
for: '00:10:00'
|
||||
|
||||
|
||||
@@ -38,7 +38,9 @@ trigger:
|
||||
id: "doors_open"
|
||||
entity_id:
|
||||
- binary_sensor.inner_garage_door
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
- binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
from: "off"
|
||||
to: "on"
|
||||
|
||||
@@ -46,7 +48,9 @@ trigger:
|
||||
id: "doors_closed"
|
||||
entity_id:
|
||||
- binary_sensor.inner_garage_door
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
- binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
from: "on"
|
||||
to: "off"
|
||||
|
||||
|
||||
@@ -25,17 +25,20 @@ action:
|
||||
# data:
|
||||
# entity_id: input_select.nursery_mode
|
||||
# option: 'Off'
|
||||
- service: media_player.volume_set
|
||||
data:
|
||||
volume_level: 0.6
|
||||
target:
|
||||
entity_id: media_player.nursery_hub
|
||||
|
||||
- service: media_player.play_media
|
||||
target:
|
||||
entity_id: media_player.nursery_hub
|
||||
data:
|
||||
media_content_id: media-source://media_source/local/Sounds/relaxing/thunderstorm.mp3
|
||||
media_content_type: audio/mpeg
|
||||
|
||||
|
||||
# The kids can turn on their own sounds. Just stop the music
|
||||
# - service: media_player.volume_set
|
||||
# data:
|
||||
# volume_level: 0.6
|
||||
# target:
|
||||
# entity_id: media_player.nursery_hub
|
||||
|
||||
# - service: media_player.play_media
|
||||
# target:
|
||||
# entity_id: media_player.nursery_hub
|
||||
# data:
|
||||
# media_content_id: media-source://media_source/local/Sounds/relaxing/thunderstorm.mp3
|
||||
# media_content_type: audio/mpeg
|
||||
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ trigger:
|
||||
entity_id:
|
||||
- binary_sensor.front_door_contact
|
||||
- binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
from: "off"
|
||||
to: "on"
|
||||
|
||||
@@ -33,6 +34,7 @@ trigger:
|
||||
entity_id:
|
||||
- binary_sensor.front_door_contact
|
||||
- binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
from: "on"
|
||||
to: "off"
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ observations:
|
||||
platform: state
|
||||
to_state: 'on'
|
||||
|
||||
- entity_id: binary_sensor.inner_garage_door
|
||||
- entity_id: binary_sensor.inner_garage_door_contact
|
||||
prob_given_true: 0.02
|
||||
prob_given_false: 0.0
|
||||
platform: state
|
||||
|
||||
@@ -30,25 +30,25 @@ observations:
|
||||
platform: state
|
||||
to_state: 'closed'
|
||||
|
||||
- entity_id: binary_sensor.inner_garage_door
|
||||
- entity_id: binary_sensor.inner_garage_door_contact
|
||||
prob_given_true: .75
|
||||
prob_given_false: 0.01
|
||||
platform: state
|
||||
to_state: 'on'
|
||||
|
||||
- entity_id: binary_sensor.inner_garage_door
|
||||
- entity_id: binary_sensor.inner_garage_door_contact
|
||||
prob_given_true: .5
|
||||
prob_given_false: 0.5
|
||||
platform: state
|
||||
to_state: 'off'
|
||||
|
||||
- entity_id: binary_sensor.outer_garage_door
|
||||
- entity_id: binary_sensor.outer_garage_door_contact
|
||||
prob_given_true: .75
|
||||
prob_given_false: 0.5
|
||||
platform: state
|
||||
to_state: 'on'
|
||||
|
||||
- entity_id: binary_sensor.outer_garage_door
|
||||
- entity_id: binary_sensor.outer_garage_door_contact
|
||||
prob_given_true: 0.5
|
||||
prob_given_false: 0.5
|
||||
platform: state
|
||||
|
||||
@@ -70,7 +70,44 @@ script:
|
||||
{% endif %}
|
||||
volume_level: 0.100
|
||||
|
||||
- service: webrtc.dash_cast
|
||||
# - service: webrtc.dash_cast
|
||||
# data:
|
||||
# entity_id: >
|
||||
# {% if is_state('input_select.cast_to_screen_dropdown', 'Front Room Display') %}
|
||||
# media_player.front_room_hub
|
||||
# {% elif is_state('input_select.cast_to_screen_dropdown', 'Nursery Hub') %}
|
||||
# media_player.nursery_hub
|
||||
# {% elif is_state('input_select.cast_to_screen_dropdown', 'Computer Area Hub') %}
|
||||
# media_player.computer_area_hub
|
||||
# {% endif %}
|
||||
# url: >
|
||||
# {% if is_state('input_select.camera_dropdown', 'Blue Room') %}
|
||||
# rtsp://192.168.1.11:8554/rtsp_cam01_sub
|
||||
# {% elif is_state('input_select.camera_dropdown', 'Kitchen') %}
|
||||
# rtsp://192.168.1.11:8554/rtsp_cam12_sub
|
||||
# {% elif is_state('input_select.camera_dropdown', 'Computer Area') %}
|
||||
# rtsp://192.168.1.11:8554/rtsp_cam03_sub
|
||||
# {% elif is_state('input_select.camera_dropdown', 'Garage') %}
|
||||
# rtsp://192.168.1.11:8554/rtsp_cam04_sub
|
||||
# {% elif is_state('input_select.camera_dropdown', 'Master Bedroom') %}
|
||||
# rtsp://192.168.1.11:8554/rtsp_cam06_sub
|
||||
# {% elif is_state('input_select.camera_dropdown', 'Nursery') %}
|
||||
# rtsp://192.168.1.11:8554/rtsp_cam08_sub
|
||||
# {% elif is_state('input_select.camera_dropdown', 'Back Yard') %}
|
||||
# rtsp://192.168.1.11:8554/rtsp_cam14_sub
|
||||
# {% elif is_state('input_select.camera_dropdown', 'Front Yard') %}
|
||||
# rtsp://192.168.1.11:8554/rtsp_cam18_sub
|
||||
# {% elif is_state('input_select.camera_dropdown', 'Front Door') %}
|
||||
# rtsp://192.168.1.11:8554/rtsp_cam19_sub
|
||||
# {% elif is_state('input_select.camera_dropdown', 'Front Room') %}
|
||||
# rtsp://192.168.1.11:8554/rtsp_cam13_sub
|
||||
# {% endif %}
|
||||
# force: true
|
||||
# extra:
|
||||
# mode: webrtc
|
||||
|
||||
|
||||
- action: cast.show_lovelace_view
|
||||
data:
|
||||
entity_id: >
|
||||
{% if is_state('input_select.cast_to_screen_dropdown', 'Front Room Display') %}
|
||||
@@ -80,28 +117,26 @@ script:
|
||||
{% elif is_state('input_select.cast_to_screen_dropdown', 'Computer Area Hub') %}
|
||||
media_player.computer_area_hub
|
||||
{% endif %}
|
||||
url: >
|
||||
dashboard_path: camera-casting-yml
|
||||
view_path: >
|
||||
{% if is_state('input_select.camera_dropdown', 'Blue Room') %}
|
||||
rtsp://192.168.1.11:8554/rtsp_cam01_sub
|
||||
blue-room-camera
|
||||
{% elif is_state('input_select.camera_dropdown', 'Kitchen') %}
|
||||
rtsp://192.168.1.11:8554/rtsp_cam12_sub
|
||||
kitchen-camera
|
||||
{% elif is_state('input_select.camera_dropdown', 'Computer Area') %}
|
||||
rtsp://192.168.1.11:8554/rtsp_cam03_sub
|
||||
computer-area-camera
|
||||
{% elif is_state('input_select.camera_dropdown', 'Garage') %}
|
||||
rtsp://192.168.1.11:8554/rtsp_cam04_sub
|
||||
garage-camera
|
||||
{% elif is_state('input_select.camera_dropdown', 'Master Bedroom') %}
|
||||
rtsp://192.168.1.11:8554/rtsp_cam06_sub
|
||||
mbr-camera
|
||||
{% elif is_state('input_select.camera_dropdown', 'Nursery') %}
|
||||
rtsp://192.168.1.11:8554/rtsp_cam08_sub
|
||||
nursery-camera
|
||||
{% elif is_state('input_select.camera_dropdown', 'Back Yard') %}
|
||||
rtsp://192.168.1.11:8554/rtsp_cam14_sub
|
||||
back-yard-camera
|
||||
{% elif is_state('input_select.camera_dropdown', 'Front Yard') %}
|
||||
rtsp://192.168.1.11:8554/rtsp_cam18_sub
|
||||
front-yard-camera
|
||||
{% elif is_state('input_select.camera_dropdown', 'Front Door') %}
|
||||
rtsp://192.168.1.11:8554/rtsp_cam19_sub
|
||||
front-porch-camera
|
||||
{% elif is_state('input_select.camera_dropdown', 'Front Room') %}
|
||||
rtsp://192.168.1.11:8554/rtsp_cam13_sub
|
||||
front-room-camera
|
||||
{% endif %}
|
||||
force: true
|
||||
extra:
|
||||
mode: webrtc
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
ecobee:
|
||||
api_key: !secret ecobee_api_key
|
||||
@@ -105,10 +105,10 @@ template:
|
||||
- name: Inner Garage Door Open to Outside
|
||||
unique_id: templatebinarysensor.inner_garage_door_open_to_outside
|
||||
device_class: door
|
||||
availability: "{{ (states('binary_sensor.inner_garage_door') not in ['unknown', 'unavailable']) and (states('binary_sensor.garage_door') not in ['unknown', 'unavailable']) and (states('binary_sensor.outer_garage_door') not in ['unknown', 'unavailable']) }}"
|
||||
availability: "{{ (states('binary_sensor.inner_garage_door_contact') not in ['unknown', 'unavailable']) and (states('binary_sensor.garage_door') not in ['unknown', 'unavailable']) and (states('binary_sensor.outer_garage_door_contact') not in ['unknown', 'unavailable']) }}"
|
||||
state: >-
|
||||
{% if is_state('binary_sensor.inner_garage_door', 'on') %}
|
||||
{% if is_state('binary_sensor.garage_door', 'on') or is_state('binary_sensor.outer_garage_door', 'on') %}
|
||||
{% if is_state('binary_sensor.inner_garage_door_contact', 'on') %}
|
||||
{% if is_state('binary_sensor.garage_door', 'on') or is_state('binary_sensor.outer_garage_door_contact', 'on') %}
|
||||
{{'true'}}
|
||||
{% else %}
|
||||
{{'false'}}
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ homeassistant:
|
||||
latitude: !secret home_lat
|
||||
longitude: !secret home_long
|
||||
elevation: 655
|
||||
unit_system: imperial
|
||||
# unit_system: imperial
|
||||
time_zone: !secret home_time_zone
|
||||
name: Daddy's House
|
||||
currency: USD
|
||||
|
||||
+5
-1
@@ -228,7 +228,7 @@ traverse:
|
||||
entities:
|
||||
- binary_sensor.gray_suv_east_side
|
||||
- binary_sensor.gray_suv_west_side
|
||||
#- binary_sensor.frigate_cam04_vehicle_occupancy
|
||||
- binary_sensor.east_side_vehicle_occupancy
|
||||
|
||||
person_tess:
|
||||
name: Tess
|
||||
@@ -258,8 +258,10 @@ my_exterior_doors:
|
||||
- binary_sensor.front_door_contact
|
||||
- binary_sensor.garage_door
|
||||
- binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
- binary_sensor.patio_door_contact
|
||||
- binary_sensor.inner_garage_door
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
|
||||
my_hvac_affecting_openings:
|
||||
name: My HVAC Affecting Openings
|
||||
@@ -281,7 +283,9 @@ my_garage_doors:
|
||||
entities:
|
||||
- binary_sensor.garage_door
|
||||
- binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
- binary_sensor.inner_garage_door
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
|
||||
my_exterior_windows:
|
||||
name: My Exterior Windows
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras_global:
|
||||
dimensions:
|
||||
layout:
|
||||
|
||||
@@ -5,7 +5,7 @@ icon: mdi:account-multiple
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
live_provider: webrtc-card
|
||||
@@ -19,7 +19,7 @@ cards:
|
||||
webrtc_card:
|
||||
ui: true
|
||||
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
live_provider: frigate-jsmpeg
|
||||
@@ -30,7 +30,7 @@ cards:
|
||||
zone: dining_room
|
||||
image: {}
|
||||
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam13
|
||||
live_provider: frigate-jsmpeg
|
||||
|
||||
@@ -41,7 +41,7 @@ cards:
|
||||
entity: sensor.frigate_cam01_person_count
|
||||
- name: Blue Room
|
||||
entity: binary_sensor.frigate_cam01_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam01
|
||||
title: Blue Room
|
||||
@@ -84,7 +84,7 @@ cards:
|
||||
entity: sensor.furnace_room_person_count
|
||||
- name: Furnace Room
|
||||
entity: binary_sensor.furnace_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam01
|
||||
title: Furnace Room
|
||||
|
||||
@@ -45,7 +45,7 @@ cards:
|
||||
entity: sensor.frigate_cam03_person_count
|
||||
- name: Computer Area
|
||||
entity: binary_sensor.frigate_cam03_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
title: Computer Area
|
||||
@@ -88,7 +88,7 @@ cards:
|
||||
entity: sensor.great_room_person_count
|
||||
- name: Great Room
|
||||
entity: binary_sensor.great_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
title: Great Room
|
||||
|
||||
@@ -42,7 +42,7 @@ cards:
|
||||
entity: sensor.frigate_cam04_person_count
|
||||
- name: Garage
|
||||
entity: binary_sensor.frigate_cam04_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
title: Walkway
|
||||
@@ -77,7 +77,7 @@ cards:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
title: Workshop
|
||||
@@ -120,7 +120,7 @@ cards:
|
||||
entity: sensor.frigate_cam04_vehicle_count
|
||||
- name: Garage
|
||||
entity: binary_sensor.frigate_cam04_vehicle_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
title: East Side
|
||||
@@ -155,7 +155,7 @@ cards:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
title: West Side
|
||||
|
||||
@@ -41,7 +41,7 @@ cards:
|
||||
entities:
|
||||
- entity: sensor.master_bedroom_person_count
|
||||
- entity: binary_sensor.master_bedroom_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam06
|
||||
title: Master Bedroom Left
|
||||
@@ -76,7 +76,7 @@ cards:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam06
|
||||
title: Master Bed
|
||||
|
||||
@@ -41,7 +41,7 @@ cards:
|
||||
entities:
|
||||
- entity: sensor.master_bedroom_person_count
|
||||
- entity: binary_sensor.master_bedroom_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam07
|
||||
title: Master Bedroom Right
|
||||
@@ -76,7 +76,7 @@ cards:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam07
|
||||
title: Master Bed
|
||||
|
||||
@@ -42,7 +42,7 @@ cards:
|
||||
entity: sensor.frigate_cam08_person_count
|
||||
- name: Person
|
||||
entity: binary_sensor.frigate_cam08_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam08
|
||||
title: Person
|
||||
|
||||
@@ -42,7 +42,7 @@ cards:
|
||||
entity: sensor.kitchen_person_count
|
||||
- name: Kitchen
|
||||
entity: binary_sensor.kitchen_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Kitchen
|
||||
@@ -85,7 +85,7 @@ cards:
|
||||
entity: sensor.dining_room_person_count
|
||||
- name: Dining Room
|
||||
entity: binary_sensor.dining_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Dining Room
|
||||
@@ -128,7 +128,7 @@ cards:
|
||||
entity: sensor.front_room_person_count
|
||||
- name: Front Room
|
||||
entity: binary_sensor.front_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Front Room
|
||||
|
||||
@@ -42,7 +42,7 @@ cards:
|
||||
entity: sensor.kitchen_person_count
|
||||
- name: Kitchen
|
||||
entity: binary_sensor.kitchen_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Kitchen
|
||||
@@ -85,7 +85,7 @@ cards:
|
||||
entity: sensor.dining_room_person_count
|
||||
- name: Dining Room
|
||||
entity: binary_sensor.dining_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Dining Room
|
||||
@@ -128,7 +128,7 @@ cards:
|
||||
entity: sensor.front_room_person_count
|
||||
- name: Front Room
|
||||
entity: binary_sensor.front_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Front Room
|
||||
|
||||
@@ -48,7 +48,7 @@ cards:
|
||||
entity: sensor.frigate_cam14_person_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam14_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
title: Person
|
||||
@@ -93,7 +93,7 @@ cards:
|
||||
entity: sensor.frigate_cam14_animal_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam14_animal_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
title: Back Yard
|
||||
|
||||
@@ -47,7 +47,7 @@ cards:
|
||||
entity: sensor.frigate_cam18_person_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam18_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
title: Person
|
||||
@@ -92,7 +92,7 @@ cards:
|
||||
entity: sensor.frigate_cam18_vehicle_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam18_vehicle_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
title: Vehicle
|
||||
@@ -137,7 +137,7 @@ cards:
|
||||
entity: sensor.frigate_cam18_animal_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam18_animal_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
title: Front Porch
|
||||
|
||||
@@ -47,7 +47,7 @@ cards:
|
||||
entity: sensor.frigate_cam19_person_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam19_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
title: Person
|
||||
@@ -92,7 +92,7 @@ cards:
|
||||
entity: sensor.frigate_cam19_vehicle_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam19_vehicle_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
title: Vehicle
|
||||
@@ -137,7 +137,7 @@ cards:
|
||||
entity: sensor.frigate_cam19_animal_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam19_animal_occupancy
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
title: Front Porch
|
||||
|
||||
@@ -73,7 +73,7 @@ cards:
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.furnace_room_door
|
||||
entity: binary_sensor.furnace_room_door_contact
|
||||
name: Furnace
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
|
||||
@@ -82,7 +82,7 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.inner_garage_door
|
||||
entity: binary_sensor.inner_garage_door_contact
|
||||
name: Garage
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
|
||||
@@ -99,12 +99,12 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.inner_garage_door
|
||||
entity: binary_sensor.inner_garage_door_contact
|
||||
name: Entryway
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.outer_garage_door
|
||||
entity: binary_sensor.outer_garage_door_contact
|
||||
name: Porch
|
||||
layout: vertical
|
||||
secondary_info: none
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam01
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam13
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam08
|
||||
title: Nursery
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam06
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam07
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam08
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
title: Garage
|
||||
|
||||
@@ -59,7 +59,7 @@ elements:
|
||||
top: 9%
|
||||
#top icon spot #1
|
||||
- type: state-icon
|
||||
entity: binary_sensor.furnace_room_door
|
||||
entity: binary_sensor.furnace_room_door_contact
|
||||
style:
|
||||
left: 76%
|
||||
top: 9%
|
||||
|
||||
@@ -64,7 +64,7 @@ elements:
|
||||
|
||||
#top icon spot #2
|
||||
- type: state-icon
|
||||
entity: binary_sensor.inner_garage_door
|
||||
entity: binary_sensor.inner_garage_door_contact
|
||||
style:
|
||||
left: 76%
|
||||
top: 9%
|
||||
|
||||
@@ -35,7 +35,7 @@ elements:
|
||||
# left: 76%
|
||||
# top: 9%
|
||||
- type: state-icon
|
||||
entity: binary_sensor.furnace_room_door
|
||||
entity: binary_sensor.furnace_room_door_contact
|
||||
style:
|
||||
left: 84%
|
||||
top: 9%
|
||||
|
||||
@@ -41,13 +41,13 @@ elements:
|
||||
top: 9%
|
||||
#top icon spot #1
|
||||
- type: state-icon
|
||||
entity: binary_sensor.outer_garage_door
|
||||
entity: binary_sensor.outer_garage_door_contact
|
||||
style:
|
||||
left: 76%
|
||||
top: 9%
|
||||
#top icon spot #2
|
||||
- type: state-icon
|
||||
entity: binary_sensor.inner_garage_door
|
||||
entity: binary_sensor.inner_garage_door_contact
|
||||
style:
|
||||
left: 84%
|
||||
top: 9%
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
live_provider: go2rtc
|
||||
@@ -10,7 +10,6 @@ cameras:
|
||||
title: Back Yard
|
||||
id: back_yard
|
||||
live:
|
||||
auto_mute: all
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam01
|
||||
live_provider: go2rtc
|
||||
@@ -10,7 +10,6 @@ cameras:
|
||||
title: Blue Room
|
||||
id: blue_room
|
||||
live:
|
||||
auto_mute: all
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
# mode: webrtc #,mse,mp4,mjpeg
|
||||
|
||||
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
live_provider: go2rtc
|
||||
@@ -23,7 +23,6 @@ cameras:
|
||||
title: Computer Area
|
||||
id: computer_area
|
||||
live:
|
||||
auto_mute: all
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
live_provider: go2rtc
|
||||
@@ -10,7 +10,6 @@ cameras:
|
||||
title: Front Porch
|
||||
id: front_porch
|
||||
live:
|
||||
auto_mute: all
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam13
|
||||
live_provider: go2rtc
|
||||
@@ -10,7 +10,6 @@ cameras:
|
||||
title: Front Room
|
||||
id: front_room
|
||||
live:
|
||||
auto_mute: all
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
live_provider: go2rtc
|
||||
@@ -10,7 +10,6 @@ cameras:
|
||||
title: Front Yard
|
||||
id: front_yard
|
||||
live:
|
||||
auto_mute: all
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
live_provider: go2rtc
|
||||
@@ -10,7 +10,6 @@ cameras:
|
||||
title: Garage
|
||||
id: garage
|
||||
live:
|
||||
auto_mute: all
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
live_provider: go2rtc
|
||||
@@ -10,7 +10,6 @@ cameras:
|
||||
title: Kitchen
|
||||
id: kitchen
|
||||
live:
|
||||
auto_mute: all
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam06
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam07
|
||||
live_provider: go2rtc
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
type: custom:frigate-card
|
||||
type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam08
|
||||
live_provider: go2rtc
|
||||
@@ -10,7 +10,6 @@ cameras:
|
||||
title: Nursery
|
||||
id: nursery
|
||||
live:
|
||||
auto_mute: all
|
||||
layout:
|
||||
fit: fill
|
||||
preload: true
|
||||
|
||||
@@ -7,7 +7,7 @@ cards:
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:frigate-card
|
||||
- type: custom:advanced-camera-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
camera_name: frigate_cam03
|
||||
|
||||
@@ -775,11 +775,13 @@ cards:
|
||||
|
||||
- entities:
|
||||
- binary_sensor.inner_garage_door
|
||||
- binary_sensor.inner_garage_door_contact
|
||||
- binary_sensor.garage_door
|
||||
- binary_sensor.patio_door_contact
|
||||
- binary_sensor.master_bedroom_door_contact
|
||||
- binary_sensor.front_door_contact
|
||||
- binary_sensor.outer_garage_door
|
||||
- binary_sensor.outer_garage_door_contact
|
||||
- binary_sensor.nursery_door
|
||||
- binary_sensor.master_suite_door_contact
|
||||
- binary_sensor.master_bathroom_door_contact
|
||||
@@ -791,6 +793,7 @@ cards:
|
||||
- binary_sensor.mancave_door_contact
|
||||
- binary_sensor.blue_room_door_contact
|
||||
- binary_sensor.furnace_room_door
|
||||
- binary_sensor.furnace_room_door_contact
|
||||
- binary_sensor.utility_room_door_contact
|
||||
states:
|
||||
- state: "off"
|
||||
|
||||
@@ -1429,12 +1429,12 @@
|
||||
inkscape:label="binary_sensor.front_door_contact" />
|
||||
<rect
|
||||
style="display:inline;fill:#a21a28;fill-opacity:1;stroke-width:0.856577"
|
||||
id="binary_sensor.inner_garage_door"
|
||||
id="binary_sensor.inner_garage_door_contact"
|
||||
width="2"
|
||||
height="32"
|
||||
x="303.41666"
|
||||
y="-17684.5"
|
||||
inkscape:label="binary_sensor.inner_garage_door" />
|
||||
inkscape:label="binary_sensor.inner_garage_door_contact" />
|
||||
<rect
|
||||
id="binary_sensor.mancave_door_contact"
|
||||
width="28.25"
|
||||
@@ -1619,14 +1619,14 @@
|
||||
style="stroke-width:0.012145"
|
||||
transform="scale(-1)" />
|
||||
<rect
|
||||
id="binary_sensor.furnace_room_door"
|
||||
id="binary_sensor.furnace_room_door_contact"
|
||||
width="28.25"
|
||||
height="1.25"
|
||||
x="-719.29169"
|
||||
y="17456.875"
|
||||
style="fill:#a05a2c;stroke:#a05a2c;stroke-width:0.00515836"
|
||||
transform="scale(-1)"
|
||||
inkscape:label="binary_sensor.furnace_room_door" />
|
||||
inkscape:label="binary_sensor.furnace_room_door_contact" />
|
||||
<rect
|
||||
id="rect12-8-8-9-3-20-4-5-2"
|
||||
width="68.25"
|
||||
@@ -1961,12 +1961,12 @@
|
||||
inkscape:label="input_boolean.front_porch_occupied" />
|
||||
<rect
|
||||
style="display:inline;fill:#a21a28;fill-opacity:1;stroke-width:0.856577"
|
||||
id="binary_sensor.outer_garage_door"
|
||||
id="binary_sensor.outer_garage_door_contact"
|
||||
width="2"
|
||||
height="32"
|
||||
x="303.41666"
|
||||
y="-17774.25"
|
||||
inkscape:label="binary_sensor.outer_garage_door" />
|
||||
inkscape:label="binary_sensor.outer_garage_door_contact" />
|
||||
<rect
|
||||
style="fill:#aa0000;fill-opacity:1;stroke-width:0.0134631"
|
||||
id="input_boolean.deck_occupied"
|
||||
|
||||
|
Before Width: | Height: | Size: 529 KiB After Width: | Height: | Size: 529 KiB |
Reference in New Issue
Block a user