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).
@@ -58,21 +58,21 @@ Home Assistant and other containers have ingress handled automatically by [Traef
58
58
Description | value
59
59
-- | --
60
60
Lines of ESPHome YAML | 6017
61
-
Lines of Home Assistant YAML | 12716
62
-
[Integrations](https://www.home-assistant.io/integrations/) in use | 77
61
+
Lines of Home Assistant YAML | 12733
62
+
[Integrations](https://www.home-assistant.io/integrations/) in use | 76
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
-
Entities in the [`ai_task`](https://www.home-assistant.io/components/ai_task) domain | 2
69
-
Entities in the [`automation`](https://www.home-assistant.io/components/automation) domain | 144
68
+
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
70
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 | 72
71
+
Entities in the [`button`](https://www.home-assistant.io/components/button) domain | 74
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
75
-
Entities in the [`conversation`](https://www.home-assistant.io/components/conversation) domain | 3
75
+
Entities in the [`conversation`](https://www.home-assistant.io/components/conversation) domain | 2
76
76
Entities in the [`counter`](https://www.home-assistant.io/components/counter) domain | 1
77
77
Entities in the [`cover`](https://www.home-assistant.io/components/cover) domain | 19
78
78
Entities in the [`datetime`](https://www.home-assistant.io/components/datetime) domain | 6
@@ -97,20 +97,20 @@ Entities in the [`plant`](https://www.home-assistant.io/components/plant) domain
97
97
Entities in the [`remote`](https://www.home-assistant.io/components/remote) domain | 5
98
98
Entities in the [`script`](https://www.home-assistant.io/components/script) domain | 58
99
99
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 | 731
100
+
Entities in the [`sensor`](https://www.home-assistant.io/components/sensor) domain | 738
101
101
Entities in the [`setter`](https://www.home-assistant.io/components/setter) domain | 1
102
102
Entities in the [`siren`](https://www.home-assistant.io/components/siren) domain | 2
103
103
Entities in the [`stt`](https://www.home-assistant.io/components/stt) domain | 1
104
104
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 | 208
105
+
Entities in the [`switch`](https://www.home-assistant.io/components/switch) domain | 209
106
106
Entities in the [`text`](https://www.home-assistant.io/components/text) domain | 2
107
107
Entities in the [`timer`](https://www.home-assistant.io/components/timer) domain | 6
108
108
Entities in the [`tts`](https://www.home-assistant.io/components/tts) domain | 2
109
109
Entities in the [`update`](https://www.home-assistant.io/components/update) domain | 90
110
110
Entities in the [`vacuum`](https://www.home-assistant.io/components/vacuum) domain | 1
111
111
Entities in the [`weather`](https://www.home-assistant.io/components/weather) domain | 1
112
112
Entities in the [`zone`](https://www.home-assistant.io/components/zone) domain | 8
"extended_entity_discovery": "Include additional sensors, switches and lights",
37
-
"debug": "Advanced debugging"
35
+
"url": "Amazon region domain (e.g., amazon.co.uk)"
36
+
},
37
+
"data_description": {
38
+
"debug": "Enables very verbose, trace-level logging for advanced troubleshooting.\nNot recommended for normal operation due to increased log volume.\nEnsure logger levels are set to DEBUG for full output.",
"debug": "Enables very verbose, trace-level logging for advanced troubleshooting.\nNot recommended for normal operation due to increased log volume.\nEnsure logger levels are set to DEBUG for full output.",
0 commit comments