Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Aug 5, 2023
1 parent ebe4c32 commit a806111
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 26 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://github.com/aneisch/home-assistant-config/actions/workflows/check-ha-release-compatibility.yml/badge.svg)](https://github.com/aneisch/home-assistant-config/actions)
[![GitHub last commit](https://img.shields.io/github/last-commit/aneisch/home-assistant-config)](https://github.com/aneisch/home-assistant-config/commits/master)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/aneisch/home-assistant-config)](https://github.com/aneisch/home-assistant-config/graphs/commit-activity)
[![HA Version](https://img.shields.io/badge/Running%20Home%20Assistant%20-2023.8.0b4%20(Out%20of%20Date)-Red)](https://github.com/home-assistant/home-assistant/releases/latest)
[![HA Version](https://img.shields.io/badge/Running%20Home%20Assistant-2023.8.1%20(Latest)-brightgreen)](https://github.com/home-assistant/home-assistant/releases/latest)
<br><a href="https://www.buymeacoffee.com/aneisch" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-black.png" width="150px" height="35px" alt="Buy Me A Coffee" style="height: 35px !important;width: 150px !important;" ></a>


Expand Down Expand Up @@ -56,19 +56,19 @@ Also using Grafana/Influx for graphing, both running in Docker containers on NUC
Description | value
-- | --
Lines of ESPHome YAML | 2420
Lines of Home Assistant YAML | 7756
Lines of Home Assistant YAML | 7760
[Integrations](https://www.home-assistant.io/integrations/) in use | 50
Zigbee devices in [`zha`](https://www.home-assistant.io/integrations/zha/) | 26
Zigbee devices in [`zha`](https://www.home-assistant.io/integrations/zha/) |
Z-Wave devices in [`zwave_js`](https://www.home-assistant.io/integrations/zwave_js/) | 37

Description | value
-- | --
Entities in the [`alarm_control_panel`](https://www.home-assistant.io/components/alarm_control_panel) domain | 1
Entities in the [`automation`](https://www.home-assistant.io/components/automation) domain | 97
Entities in the [`binary_sensor`](https://www.home-assistant.io/components/binary_sensor) domain | 116
Entities in the [`automation`](https://www.home-assistant.io/components/automation) domain | 98
Entities in the [`binary_sensor`](https://www.home-assistant.io/components/binary_sensor) domain | 115
Entities in the [`button`](https://www.home-assistant.io/components/button) domain | 10
Entities in the [`calendar`](https://www.home-assistant.io/components/calendar) domain | 1
Entities in the [`camera`](https://www.home-assistant.io/components/camera) domain | 18
Entities in the [`camera`](https://www.home-assistant.io/components/camera) domain | 17
Entities in the [`climate`](https://www.home-assistant.io/components/climate) domain | 1
Entities in the [`counter`](https://www.home-assistant.io/components/counter) domain | 1
Entities in the [`cover`](https://www.home-assistant.io/components/cover) domain | 8
Expand All @@ -89,11 +89,11 @@ Entities in the [`plant`](https://www.home-assistant.io/components/plant) domain
Entities in the [`remote`](https://www.home-assistant.io/components/remote) domain | 1
Entities in the [`scene`](https://www.home-assistant.io/components/scene) domain | 2
Entities in the [`script`](https://www.home-assistant.io/components/script) domain | 39
Entities in the [`select`](https://www.home-assistant.io/components/select) domain | 1
Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 362
Entities in the [`select`](https://www.home-assistant.io/components/select) domain | 2
Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 361
Entities in the [`siren`](https://www.home-assistant.io/components/siren) domain | 1
Entities in the [`sun`](https://www.home-assistant.io/components/sun) domain | 1
Entities in the [`switch`](https://www.home-assistant.io/components/switch) domain | 144
Entities in the [`switch`](https://www.home-assistant.io/components/switch) domain | 145
Entities in the [`timer`](https://www.home-assistant.io/components/timer) domain | 2
Entities in the [`update`](https://www.home-assistant.io/components/update) domain | 2
Entities in the [`vacuum`](https://www.home-assistant.io/components/vacuum) domain | 1
Expand Down
2 changes: 1 addition & 1 deletion extras/Node-RED/flows.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extras/docker-compose/homeassistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ volumes:
services:
homeassistant:
container_name: hass
image: ghcr.io/home-assistant/home-assistant:beta
image: ghcr.io/home-assistant/home-assistant:stable
labels:
com.centurylinklabs.watchtower.monitor-only: "true"
volumes:
Expand Down
8 changes: 4 additions & 4 deletions extras/docker-compose/other/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,8 @@ services:
- WORKSHEET_NAME=2023
- TZ=America/Chicago
volumes:
# - /etc/localtime:/etc/localtime:ro
- /opt/secret/secret.db:/output_files/secret.db
- /opt/secret/input_files/:/input_files/
# db and previously_processed_files.txt
- /opt/secret/data/:/data/
- /opt/secret/secret.log:/var/log/secret.log
# Place credential for Google Sheet API
- /opt/secret/secret-container-update-sheet-38d0e5112f58.json:/home/secret/.config/gspread/service_account.json
Expand Down Expand Up @@ -366,7 +365,8 @@ services:
container_name: frigate
privileged: true
restart: always
image: ghcr.io/blakeblackshear/frigate:stable
#image: ghcr.io/blakeblackshear/frigate:stable
image: ghcr.io/blakeblackshear/frigate:dev-9857641
shm_size: "128mb"
devices:
- /dev/bus/usb:/dev/bus/usb
Expand Down
10 changes: 5 additions & 5 deletions extras/docker-compose/unified/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ volumes:
services:
homeassistant:
container_name: hass
image: ghcr.io/home-assistant/home-assistant:beta
image: ghcr.io/home-assistant/home-assistant:stable
labels:
com.centurylinklabs.watchtower.monitor-only: "true"
volumes:
Expand Down Expand Up @@ -472,9 +472,8 @@ services:
- WORKSHEET_NAME=2023
- TZ=America/Chicago
volumes:
# - /etc/localtime:/etc/localtime:ro
- /opt/secret/secret.db:/output_files/secret.db
- /opt/secret/input_files/:/input_files/
# db and previously_processed_files.txt
- /opt/secret/data/:/data/
- /opt/secret/secret.log:/var/log/secret.log
# Place credential for Google Sheet API
- /opt/secret/secret-container-update-sheet-38d0e5112f58.json:/home/secret/.config/gspread/service_account.json
Expand Down Expand Up @@ -541,7 +540,8 @@ services:
container_name: frigate
privileged: true
restart: always
image: ghcr.io/blakeblackshear/frigate:stable
#image: ghcr.io/blakeblackshear/frigate:stable
image: ghcr.io/blakeblackshear/frigate:dev-9857641
shm_size: "128mb"
devices:
- /dev/bus/usb:/dev/bus/usb
Expand Down
2 changes: 1 addition & 1 deletion extras/esphome/water_supply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ switch:

sensor:
- platform: dallas
address: 0x38000006C7F38D28
address: 0xe73de1e38099b628
name: "${friendly_name} Temperature"
Binary file modified images/nodered_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/nodered_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 8 additions & 5 deletions packages/frigate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,27 +57,30 @@ automation:
urls:
- http://localhost:8123/api/frigate/notifications/{{trigger.payload_json["after"]["id"]}}/snapshot.jpg?bbox=1&timestamp=1&quality=100

- alias: Frigate Notification Deepstack
id: "frigate_notification_deepstack"
- alias: Frigate Notification USPS
id: "frigate_notification_usps"
mode: single
trigger:
- platform: mqtt
topic: frigate/events
payload: update
value_template: "{{ value_json.type }}"
condition: "{{ trigger.payload_json['after']['sub_label'] in ['usps'] }}"
condition: "{{ 'usps' in trigger.payload_json['after']['sub_label'] }}" # Frigate 13 beta
action:
- service: input_datetime.set_datetime
data:
entity_id: "input_datetime.{{ trigger.payload_json['after']['sub_label'] | lower() }}_last"
entity_id: "input_datetime.usps_last"
time: "{{ ((as_timestamp(now())) | timestamp_custom('%H:%M:%S', true)) }}"
date: "{{ (as_timestamp(now()) | timestamp_custom('%Y-%m-%d', true)) }}"
- service: notify.signal_self
data:
message: "{{ trigger.payload_json['after']['sub_label'] }} detected"
message: "USPS detected"
data:
attachments:
- /config/images/logo.jpg
# No need for container to run after detection made, appdaemon will turn on in the morning
- service: switch.turn_off
entity_id: switch.docker_codeproject
- delay: "00:01:00"

- alias: Doorbell Ring
Expand Down
1 change: 1 addition & 0 deletions ui-lovelace/02-heads_up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ cards:
- entity_id: "*_recordings"
- entity_id: "*_motion"
- entity_id: "*_stream"
- entity_id: "*contrast"

card:
type: entities
Expand Down

0 comments on commit a806111

Please sign in to comment.