You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/aneisch/home-assistant-config/commits/master)
<br><ahref="https://www.buymeacoffee.com/aneisch"target="_blank"><imgsrc="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>
8
8
9
9
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).
@@ -57,18 +57,18 @@ Home Assistant and other containers have ingress handled automatically by [Traef
57
57
## Some statistics about my installation:
58
58
Description | value
59
59
-- | --
60
-
Lines of ESPHome YAML | 6017
61
-
Lines of Home Assistant YAML | 12759
62
-
[Integrations](https://www.home-assistant.io/integrations/) in use | 77
60
+
Lines of ESPHome YAML | 6029
61
+
Lines of Home Assistant YAML | 12838
62
+
[Integrations](https://www.home-assistant.io/integrations/) in use | 78
63
63
Zigbee devices in [`zha`](https://www.home-assistant.io/integrations/zha/) |
64
64
Z-Wave devices in [`zwave_js`](https://www.home-assistant.io/integrations/zwave_js/) | 37
65
65
66
66
Description | value
67
67
-- | --
68
68
Entities in the [`ai_task`](https://www.home-assistant.io/components/ai_task) domain | 1
69
69
Entities in the [`automation`](https://www.home-assistant.io/components/automation) domain | 146
70
-
Entities in the [`binary_sensor`](https://www.home-assistant.io/components/binary_sensor) domain | 183
71
-
Entities in the [`button`](https://www.home-assistant.io/components/button) domain | 74
70
+
Entities in the [`binary_sensor`](https://www.home-assistant.io/components/binary_sensor) domain | 191
71
+
Entities in the [`button`](https://www.home-assistant.io/components/button) domain | 76
72
72
Entities in the [`calendar`](https://www.home-assistant.io/components/calendar) domain | 1
73
73
Entities in the [`camera`](https://www.home-assistant.io/components/camera) domain | 13
74
74
Entities in the [`climate`](https://www.home-assistant.io/components/climate) domain | 1
@@ -87,17 +87,18 @@ Entities in the [`input_datetime`](https://www.home-assistant.io/components/inpu
87
87
Entities in the [`input_number`](https://www.home-assistant.io/components/input_number) domain | 10
88
88
Entities in the [`input_select`](https://www.home-assistant.io/components/input_select) domain | 20
89
89
Entities in the [`input_text`](https://www.home-assistant.io/components/input_text) domain | 17
90
+
Entities in the [`irrigation_unlimited`](https://www.home-assistant.io/components/irrigation_unlimited) domain | 1
90
91
Entities in the [`light`](https://www.home-assistant.io/components/light) domain | 38
91
92
Entities in the [`lock`](https://www.home-assistant.io/components/lock) domain | 5
92
-
Entities in the [`media_player`](https://www.home-assistant.io/components/media_player) domain | 15
93
+
Entities in the [`media_player`](https://www.home-assistant.io/components/media_player) domain | 16
93
94
Entities in the [`notify`](https://www.home-assistant.io/components/notify) domain | 1
94
95
Entities in the [`number`](https://www.home-assistant.io/components/number) domain | 30
95
96
Entities in the [`person`](https://www.home-assistant.io/components/person) domain | 2
96
97
Entities in the [`plant`](https://www.home-assistant.io/components/plant) domain | 1
97
98
Entities in the [`remote`](https://www.home-assistant.io/components/remote) domain | 5
98
99
Entities in the [`script`](https://www.home-assistant.io/components/script) domain | 58
99
100
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 | 739
101
+
Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 743
101
102
Entities in the [`setter`](https://www.home-assistant.io/components/setter) domain | 1
102
103
Entities in the [`siren`](https://www.home-assistant.io/components/siren) domain | 2
103
104
Entities in the [`stt`](https://www.home-assistant.io/components/stt) domain | 1
@@ -106,11 +107,11 @@ Entities in the [`switch`](https://www.home-assistant.io/components/switch) doma
106
107
Entities in the [`text`](https://www.home-assistant.io/components/text) domain | 2
107
108
Entities in the [`timer`](https://www.home-assistant.io/components/timer) domain | 6
108
109
Entities in the [`tts`](https://www.home-assistant.io/components/tts) domain | 2
109
-
Entities in the [`update`](https://www.home-assistant.io/components/update) domain | 90
110
+
Entities in the [`update`](https://www.home-assistant.io/components/update) domain | 92
110
111
Entities in the [`vacuum`](https://www.home-assistant.io/components/vacuum) domain | 1
111
112
Entities in the [`weather`](https://www.home-assistant.io/components/weather) domain | 1
112
113
Entities in the [`zone`](https://www.home-assistant.io/components/zone) domain | 8
113
-
**Total state objects** | **1847**
114
+
**Total state objects** | **1865**
114
115
## The HACS integrations/plugins that I use:
115
116
116
117
**Appdaemon**:<br>
@@ -143,6 +144,7 @@ Entities in the [`zone`](https://www.home-assistant.io/components/zone) domain |
0 commit comments