Skip to content

Commit 86a015b

Browse files
committed
Changes
1 parent d78e10a commit 86a015b

File tree

27 files changed

+1401
-196
lines changed

27 files changed

+1401
-196
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![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)
44
[![GitHub last commit](https://img.shields.io/github/last-commit/aneisch/home-assistant-config)](https://github.com/aneisch/home-assistant-config/commits/master)
55
[![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)
6-
[![HA Version](https://img.shields.io/badge/Running%20Home%20Assistant-2026.2.2%20(Latest)-brightgreen)](https://github.com/home-assistant/home-assistant/releases/latest)
6+
[![HA Version](https://img.shields.io/badge/Running%20Home%20Assistant-2026.2.3%20(Latest)-brightgreen)](https://github.com/home-assistant/home-assistant/releases/latest)
77
<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>
88

99
I do my best to keep [Home Assistant](https://github.com/home-assistant/home-assistant) on the [latest release](https://github.com/home-assistant/home-assistant/releases/latest). I'm heavily utilizing [AppDaemon](http://appdaemon.readthedocs.io/en/latest/) and [NodeRed](https://flows.nodered.org/node/node-red-contrib-home-assistant-websocket) for advanced/templated automations. See [Appdaemon config](https://github.com/aneisch/home-assistant-config/tree/master/extras/appdaemon) and my NodeRed screenshots below for details. Most of my setup is run as Docker containers (see [docker-compose](https://github.com/aneisch/home-assistant-config/tree/master/extras/docker-compose) for container list).
@@ -58,15 +58,15 @@ Home Assistant and other containers have ingress handled automatically by [Traef
5858
Description | value
5959
-- | --
6060
Lines of ESPHome YAML | 6017
61-
Lines of Home Assistant YAML | 12733
62-
[Integrations](https://www.home-assistant.io/integrations/) in use | 76
61+
Lines of Home Assistant YAML | 12759
62+
[Integrations](https://www.home-assistant.io/integrations/) in use | 77
6363
Zigbee devices in [`zha`](https://www.home-assistant.io/integrations/zha/) |
6464
Z-Wave devices in [`zwave_js`](https://www.home-assistant.io/integrations/zwave_js/) | 37
6565

6666
Description | value
6767
-- | --
6868
Entities in the [`ai_task`](https://www.home-assistant.io/components/ai_task) domain | 1
69-
Entities in the [`automation`](https://www.home-assistant.io/components/automation) domain | 145
69+
Entities in the [`automation`](https://www.home-assistant.io/components/automation) domain | 146
7070
Entities in the [`binary_sensor`](https://www.home-assistant.io/components/binary_sensor) domain | 183
7171
Entities in the [`button`](https://www.home-assistant.io/components/button) domain | 74
7272
Entities in the [`calendar`](https://www.home-assistant.io/components/calendar) domain | 1
@@ -97,20 +97,20 @@ Entities in the [`plant`](https://www.home-assistant.io/components/plant) domain
9797
Entities in the [`remote`](https://www.home-assistant.io/components/remote) domain | 5
9898
Entities in the [`script`](https://www.home-assistant.io/components/script) domain | 58
9999
Entities in the [`select`](https://www.home-assistant.io/components/select) domain | 14
100-
Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 738
100+
Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 739
101101
Entities in the [`setter`](https://www.home-assistant.io/components/setter) domain | 1
102102
Entities in the [`siren`](https://www.home-assistant.io/components/siren) domain | 2
103103
Entities in the [`stt`](https://www.home-assistant.io/components/stt) domain | 1
104104
Entities in the [`sun`](https://www.home-assistant.io/components/sun) domain | 1
105-
Entities in the [`switch`](https://www.home-assistant.io/components/switch) domain | 209
105+
Entities in the [`switch`](https://www.home-assistant.io/components/switch) domain | 210
106106
Entities in the [`text`](https://www.home-assistant.io/components/text) domain | 2
107107
Entities in the [`timer`](https://www.home-assistant.io/components/timer) domain | 6
108108
Entities in the [`tts`](https://www.home-assistant.io/components/tts) domain | 2
109109
Entities in the [`update`](https://www.home-assistant.io/components/update) domain | 90
110110
Entities in the [`vacuum`](https://www.home-assistant.io/components/vacuum) domain | 1
111111
Entities in the [`weather`](https://www.home-assistant.io/components/weather) domain | 1
112112
Entities in the [`zone`](https://www.home-assistant.io/components/zone) domain | 8
113-
**Total state objects** | **1844**
113+
**Total state objects** | **1847**
114114
## The HACS integrations/plugins that I use:
115115

116116
**Appdaemon**:<br>

configuration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ homeassistant:
3333
leak_detection: !include packages/leak_detection.yaml
3434
reminders: !include packages/reminders.yaml
3535
solar: !include packages/solar.yaml
36+
terraform: !include packages/terraform.yaml
3637
photo_frames: !include packages/photo_frames.yaml
3738
tesla: !include packages/tesla.yaml
3839
timers: !include packages/timers.yaml

0 commit comments

Comments
 (0)