Skip to content

Commit

Permalink
Updated for some Camera fixes. Moving everything over to frigate. #1461
Browse files Browse the repository at this point in the history
  • Loading branch information
CCOSTAN committed Jun 19, 2024
1 parent 42194f2 commit d9af5da
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 53 deletions.
2 changes: 1 addition & 1 deletion config/.HA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024.5.5
2024.7.0.dev202406190219
2 changes: 1 addition & 1 deletion config/group/motion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ motion:
- binary_sensor.office_motion
- binary_sensor.entry_alarm_panel
- binary_sensor.bedroom_alarm_panel
- binary_sensor.camera1_motion_sensor
- binary_sensor.frontdoorbell_all_occupancy
- binary_sensor.camera2_motion_sensor
- binary_sensor.camera3_motion_sensor
14 changes: 8 additions & 6 deletions config/homekit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ filter:
- scene
- light
include_entities:
- camera.carlo_nvr_camera1
- camera.carlo_nvr_camera2
- camera.carlo_nvr_camera3
- camera.front_door
- camera.bedroomgate
- camera.driveway
- camera.filtergate
- camera.frontdoorbell
- camera.poolcam
- camera.birdseye
- light.bedroom
- light.bedroom_lights
- light.den_lights
Expand All @@ -48,8 +50,8 @@ filter:
- climate.spaceship_hvac_climate_system

entity_config:
camera.carlo_nvr_camera1:
linked_motion_sensor: binary_sensor.camera1_motion_sensor
camera.frontdoorbell:
linked_motion_sensor: binary_sensor.frontdoorbell_all_occupancy
video_codec: copy
stream_source: !secret camera1_stream
camera.carlo_nvr_camera2:
Expand Down
43 changes: 0 additions & 43 deletions config/packages/foscam.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion config/templates/speech/briefing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@
{%- endmacro -%}

{%- macro moon() -%}
{% if (now().hour == 17) %}
Current Moon phase: {{ states('sensor.moon') }} [Give a fact and mention today's phase]
{% endif %}
{%- endmacro -%}

{%- macro uv() -%}
Expand Down Expand Up @@ -173,7 +175,7 @@
{% endmacro %}

{%- macro traffic_time() -%}
Current traffic is Spectrum Offices: {{ states.sensor.waze_travel_time.state }} minutes.
Current traffic to Spectrum Offices: {{ states.sensor.waze_travel_time.state }} minutes.
{%- endmacro -%}

{# a macro that removes all newline characters, empty spaces, and returns formatted text and replaces underscores with spaces #}
Expand Down
2 changes: 1 addition & 1 deletion config/www/community/vacuum-card/vacuum-card.js

Large diffs are not rendered by default.

Binary file modified config/www/community/vacuum-card/vacuum-card.js.gz
Binary file not shown.

0 comments on commit d9af5da

Please sign in to comment.