Skip to content

Commit

Permalink
2024.1, Hardwired smoke alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Jan 3, 2024
1 parent bc03583 commit f9e9159
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 65 deletions.
11 changes: 6 additions & 5 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-2023.12.4%20(Latest)-brightgreen)](https://github.com/home-assistant/home-assistant/releases/latest)
[![HA Version](https://img.shields.io/badge/Running%20Home%20Assistant%20-2024.1.0b5%20(Out%20of%20Date)-Red)](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 @@ -33,6 +33,7 @@ My Home Assistant installation contains many different components and runs on a
- 5 Zooz ZEN21
- 6 Zooz ZEN27
- 6 Zooz ZEN30
- 1 Zooz ZEN55 LR
- 2 Zooz ZEN71
- 1 Zooz ZEN77
- 5 Zooz ZSE42
Expand All @@ -56,16 +57,16 @@ Also using Grafana/Influx for graphing, both running in Docker containers on NUC
Description | value
-- | --
Lines of ESPHome YAML | 2891
Lines of Home Assistant YAML | 8483
[Integrations](https://www.home-assistant.io/integrations/) in use | 53
Lines of Home Assistant YAML | 8487
[Integrations](https://www.home-assistant.io/integrations/) in use | 54
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

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 | 110
Entities in the [`binary_sensor`](https://www.home-assistant.io/components/binary_sensor) domain | 137
Entities in the [`binary_sensor`](https://www.home-assistant.io/components/binary_sensor) domain | 139
Entities in the [`button`](https://www.home-assistant.io/components/button) domain | 17
Entities in the [`camera`](https://www.home-assistant.io/components/camera) domain | 18
Entities in the [`climate`](https://www.home-assistant.io/components/climate) domain | 1
Expand Down Expand Up @@ -100,7 +101,7 @@ Entities in the [`update`](https://www.home-assistant.io/components/update) doma
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** | **1134**
**Total state objects** | **1136**
## 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/docker-compose/homeassistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.2'
services:
homeassistant:
container_name: homeassistant
image: ghcr.io/home-assistant/home-assistant:stable
image: ghcr.io/home-assistant/home-assistant:beta
labels:
- com.centurylinklabs.watchtower.monitor-only=true
# HTTPS for CF
Expand Down
2 changes: 1 addition & 1 deletion extras/docker-compose/other/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ services:
- FTP_USERNAME=MyUser
- FTP_PASSWORD=MyPAss
- NOTIFICATIONS_WEBHOOK_URL="N/A"
- WORKSHEET_NAME=2023
- WORKSHEET_NAME=2024
- TZ=America/Chicago
volumes:
# db and previously_processed_files.txt
Expand Down
4 changes: 2 additions & 2 deletions extras/docker-compose/unified/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.2'
services:
homeassistant:
container_name: homeassistant
image: ghcr.io/home-assistant/home-assistant:stable
image: ghcr.io/home-assistant/home-assistant:beta
labels:
- com.centurylinklabs.watchtower.monitor-only=true
# HTTPS for CF
Expand Down Expand Up @@ -614,7 +614,7 @@ services:
- FTP_USERNAME=MyUser
- FTP_PASSWORD=MyPAss
- NOTIFICATIONS_WEBHOOK_URL="N/A"
- WORKSHEET_NAME=2023
- WORKSHEET_NAME=2024
- TZ=America/Chicago
volumes:
# db and previously_processed_files.txt
Expand Down
7 changes: 5 additions & 2 deletions packages/smoke_alarms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ automation:
- binary_sensor.hallway_alarm_co_alarm_replacement_required_end_of_life
- binary_sensor.hallway_alarm_smoke_alarm_alarm_silenced
- binary_sensor.hallway_alarm_system_system_hardware_failure
- binary_sensor.hardwired_smoke_alarms_carbon_monoxide_detected
from: "off"
to: "on"
action:
Expand Down Expand Up @@ -45,6 +46,7 @@ automation:
- binary_sensor.kitchen_alarm_smoke_alarm_smoke_detected
- binary_sensor.hallway_alarm_smoke_alarm_smoke_alarm_test
- binary_sensor.hallway_alarm_smoke_alarm_smoke_detected
- binary_sensor.hardwired_smoke_alarms_smoke_detected
from: "off"
to: "on"
action:
Expand All @@ -53,7 +55,7 @@ automation:
- service: script.notify_wrapper
data:
message: >
{{ trigger.from_state.attributes.friendly_name }}: triggered
{{ trigger.from_state.attributes.friendly_name }}: Triggered
data:
priority: 2
- service: climate.turn_off
Expand All @@ -69,6 +71,7 @@ automation:
- binary_sensor.kitchen_alarm_smoke_alarm_smoke_detected
- binary_sensor.hallway_alarm_smoke_alarm_smoke_alarm_test
- binary_sensor.hallway_alarm_smoke_alarm_smoke_detected
- binary_sensor.hardwired_smoke_alarms_smoke_detected
from: "on"
to: "off"
action:
Expand All @@ -77,7 +80,7 @@ automation:
- service: script.notify_wrapper
data:
message: >
{{ trigger.from_state.attributes.friendly_name }}: cleared
{{ trigger.from_state.attributes.friendly_name }}: Cleared
data:
priority: 1
- service: climate.turn_on
Expand Down
41 changes: 21 additions & 20 deletions sensors.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
- platform: systemmonitor
scan_interval:
seconds: 60
resources:
- type: disk_use_percent
arg: /home
- type: disk_use_percent
arg: /
- type: disk_use_percent
arg: /frigate_disk
- type: memory_use_percent
- type: network_in
arg: eno1
- type: network_out
arg: eno1
- type: last_boot
- type: processor_use
- type: load_1m
- type: load_5m
- type: load_15m
# Now in UI
# - platform: systemmonitor
# scan_interval:
# seconds: 60
# resources:
# - type: disk_use_percent
# arg: /home
# - type: disk_use_percent
# arg: /
# - type: disk_use_percent
# arg: /frigate_disk
# - type: memory_use_percent
# - type: network_in
# arg: eno1
# - type: network_out
# arg: eno1
# - type: last_boot
# - type: processor_use
# - type: load_1m
# - type: load_5m
# - type: load_15m

- platform: pfsense_gateways
host: 10.0.1.1
Expand Down
Loading

0 comments on commit f9e9159

Please sign in to comment.