meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
home_automation:home_assistant:howto [2021/01/24 21:12] – created niziakhome_automation:home_assistant:howto [2025/03/06 20:14] (current) – [Table] niziak
Line 1: Line 1:
 ====== Howto ====== ====== Howto ======
 +
 +===== remote syslog =====
 +
 +No support. Everything is logged into journal. So there are 3rd party addons which forwards journal to remote syslog:
 +
 +  * [[https://github.com/mib1185/ha-addon-syslog|mib1185 / ha-addon-syslog]]
 +  * [[https://github.com/TheByteStuff/RemoteSyslog_Service|TheByteStuff / RemoteSyslog_Service]]
 +  * [[https://github.com/bertbaron/hassio-addons/tree/main/logspout|bertbaron / hassio-addons / logspout]]
 +
 +===== reduce database IO =====
  
 ===== resource tab ===== ===== resource tab =====
Line 5: Line 15:
 User must have enabled ''advanced mode'' to see resources tab. User must have enabled ''advanced mode'' to see resources tab.
  
-''Configuration'' --> ''Lovelace Dashboards'' --> ''Resources'' tab+''Configuration'' > ''Lovelace Dashboards'' > ''Resources'' tab
  
 +URL mapping:
  
 +^  URL in resources                                                            directory                                                                        Full URL                                                                                     ^
 +| /local/community/mini-graph-card/mini-graph-card-bundle.js                  | /config/www/community/mini-graph-card/mini-graph-card-bundle.js                  | http://hassio:8123/local/community/mini-graph-card/mini-graph-card-bundle.js                  |
 +| /local/community/lovelace-xiaomi-vacuum-map-card/xiaomi-vacuum-map-card.js  | /config/www/community/lovelace-xiaomi-vacuum-map-card/xiaomi-vacuum-map-card.js  | http://hassio:8123/local/community/lovelace-xiaomi-vacuum-map-card/xiaomi-vacuum-map-card.js  |
 +| /local/community                                                            | /config/www/community                                                            | http://hassio:8123/local/community/                                                           |
 +| /local                                                                      | /config/www                                                                      | http://hassio:8123/local                                                                      |