Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Sep 3, 2023
1 parent abb0867 commit 9b4dd2d
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 45 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Also using Grafana/Influx for graphing, both running in Docker containers on NUC
Description | value
-- | --
Lines of ESPHome YAML | 2353
Lines of Home Assistant YAML | 7787
Lines of Home Assistant YAML | 7799
[Integrations](https://www.home-assistant.io/integrations/) in use | 50
Zigbee devices in [`zha`](https://www.home-assistant.io/integrations/zha/) | 26
Z-Wave devices in [`zwave_js`](https://www.home-assistant.io/integrations/zwave_js/) | 37
Expand Down Expand Up @@ -90,17 +90,17 @@ Entities in the [`remote`](https://www.home-assistant.io/components/remote) doma
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 | 2
Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 362
Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 363
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 | 147
Entities in the [`switch`](https://www.home-assistant.io/components/switch) domain | 148
Entities in the [`timer`](https://www.home-assistant.io/components/timer) domain | 2
Entities in the [`tts`](https://www.home-assistant.io/components/tts) domain | 1
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
Entities in the [`weather`](https://www.home-assistant.io/components/weather) domain | 2
Entities in the [`zone`](https://www.home-assistant.io/components/zone) domain | 6
**Total state objects** | **994**
**Total state objects** | **996**
## The HACS integrations/plugins that I use:
**Appdaemon**:<br>
[aneisch/follow_me_appdaemon](https://github.com/aneisch/follow_me_appdaemon)<br>
Expand Down
2 changes: 1 addition & 1 deletion extras/Node-RED/flows.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions extras/docker-compose/other/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,17 @@ services:
- "127.0.0.1:1984:1984"
environment:
- PLUS_API_KEY=secret
whosatmyfeeder:
container_name: whosatmyfeeder
restart: unless-stopped
image: mmcc73/whosatmyfeeder:latest
volumes:
- /opt/whos/config:/config
- /opt/whos/data:/data
ports:
- 7766:7766 #port used by the webserver in the container is defined in config.
environment:
- TZ=America/Chicago
codeproject:
container_name: codeproject
restart: 'always'
Expand Down
11 changes: 11 additions & 0 deletions extras/docker-compose/unified/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,17 @@ services:
- "127.0.0.1:1984:1984"
environment:
- PLUS_API_KEY=secret
whosatmyfeeder:
container_name: whosatmyfeeder
restart: unless-stopped
image: mmcc73/whosatmyfeeder:latest
volumes:
- /opt/whos/config:/config
- /opt/whos/data:/data
ports:
- 7766:7766 #port used by the webserver in the container is defined in config.
environment:
- TZ=America/Chicago
codeproject:
container_name: codeproject
restart: 'always'
Expand Down
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.
8 changes: 7 additions & 1 deletion packages/frigate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ automation:

- conditions: "{{ trigger.id == 'new' }}"
sequence:
# if home and person detection front door then notify
- if: "{{ is_state('input_boolean.security_status', 'off') and trigger.payload_json['after']['camera'] == 'front_door' }}"
then:
- if: "{{ is_state('binary_sensor.weasel_active', 'on') }}"
then:
- service: shell_command.weasel_shortcut
data:
shortcut: open-front-door-cam-weasel
- service: notify.signal_frigate
data:
message: >-
Expand Down Expand Up @@ -176,7 +182,7 @@ automation:
service_data:
entity_id: lock.front_door
action:
- if: "{{ trigger.id == 'front_door' and is_state('group.trackers', 'home') }}"
- if: "{{ trigger.id == 'front_door' and is_state('group.trackers', 'home') and is_state('automation.frigate_notification_person', 'on') }}"
then:
- service: timer.start
data:
Expand Down
6 changes: 6 additions & 0 deletions ui-lovelace/03-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ cards:
tap_action:
action: call-service
service: esphome.living_room_speakers_input_3_5mm
- type: "button"
name: Mac Mini
icon: mdi:apple
tap_action:
action: call-service
service: esphome.living_room_speakers_input_hdp
- type: conditional
conditions:
- entity: switch.living_room_speakers
Expand Down
79 changes: 40 additions & 39 deletions www/community/uptime-card/uptime-card.js

Large diffs are not rendered by default.

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

0 comments on commit 9b4dd2d

Please sign in to comment.