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