├── Automations ├── LLM Email Triage │ ├── Email-Triage-Automation.yaml │ ├── README.md │ └── rest-command.yaml ├── comfyui-folder-watcher.yaml ├── goxlr-fader-light-brightness.yaml ├── light-forecast-colour.yaml └── llm-weather-forecast.yaml ├── ESPHome ├── E-Ink Dashboard │ ├── eink-display-1.yaml │ └── home-assistant-template.yaml ├── ESP32-C6 Zigbee Occupancy Sensor │ ├── esp32-c6-zigbee-occupancy.yaml │ └── partitions_zb.csv ├── Elecrow CrowPanel Advance 7.0-HMI ESP32 AI Display │ ├── README.md │ └── elecrow-ai-display.yaml ├── Local-first Ring Doorbell │ └── esp32-s3-cam.yaml ├── Matrix-LED-Now-Playing-Record-Player │ ├── now-playing.yaml │ └── server.py ├── Now Playing Spotify Dashboard │ └── now-playing.yaml ├── reTerminal E1001 E-Reader Project │ └── reTerminal-E1001-e-reader.yaml └── reTerminal E1002 - ComfyUI │ └── reTerminal-E1002-ComfyUI.yaml ├── Images ├── Seeed-Studios-XIAO-7.5-Inch-E-Ink-Display-Home-Assistant-1.jpg ├── elecrow-crowpanel-7-hmi-ai-home.jpg ├── esp32-ring-doorbell-1.jpg └── reterminal-e1001-kindle-1.jpg ├── Pyscripts └── quantize_bmp.py ├── README.md └── Scripts └── generate-comfyui-and-save.yaml /Automations/LLM Email Triage/Email-Triage-Automation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Automations/LLM Email Triage/Email-Triage-Automation.yaml -------------------------------------------------------------------------------- /Automations/LLM Email Triage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Automations/LLM Email Triage/README.md -------------------------------------------------------------------------------- /Automations/LLM Email Triage/rest-command.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Automations/LLM Email Triage/rest-command.yaml -------------------------------------------------------------------------------- /Automations/comfyui-folder-watcher.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Automations/comfyui-folder-watcher.yaml -------------------------------------------------------------------------------- /Automations/goxlr-fader-light-brightness.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Automations/goxlr-fader-light-brightness.yaml -------------------------------------------------------------------------------- /Automations/light-forecast-colour.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Automations/light-forecast-colour.yaml -------------------------------------------------------------------------------- /Automations/llm-weather-forecast.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Automations/llm-weather-forecast.yaml -------------------------------------------------------------------------------- /ESPHome/E-Ink Dashboard/eink-display-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/E-Ink Dashboard/eink-display-1.yaml -------------------------------------------------------------------------------- /ESPHome/E-Ink Dashboard/home-assistant-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/E-Ink Dashboard/home-assistant-template.yaml -------------------------------------------------------------------------------- /ESPHome/ESP32-C6 Zigbee Occupancy Sensor/esp32-c6-zigbee-occupancy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/ESP32-C6 Zigbee Occupancy Sensor/esp32-c6-zigbee-occupancy.yaml -------------------------------------------------------------------------------- /ESPHome/ESP32-C6 Zigbee Occupancy Sensor/partitions_zb.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/ESP32-C6 Zigbee Occupancy Sensor/partitions_zb.csv -------------------------------------------------------------------------------- /ESPHome/Elecrow CrowPanel Advance 7.0-HMI ESP32 AI Display/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/Elecrow CrowPanel Advance 7.0-HMI ESP32 AI Display/README.md -------------------------------------------------------------------------------- /ESPHome/Elecrow CrowPanel Advance 7.0-HMI ESP32 AI Display/elecrow-ai-display.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/Elecrow CrowPanel Advance 7.0-HMI ESP32 AI Display/elecrow-ai-display.yaml -------------------------------------------------------------------------------- /ESPHome/Local-first Ring Doorbell/esp32-s3-cam.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/Local-first Ring Doorbell/esp32-s3-cam.yaml -------------------------------------------------------------------------------- /ESPHome/Matrix-LED-Now-Playing-Record-Player/now-playing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/Matrix-LED-Now-Playing-Record-Player/now-playing.yaml -------------------------------------------------------------------------------- /ESPHome/Matrix-LED-Now-Playing-Record-Player/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/Matrix-LED-Now-Playing-Record-Player/server.py -------------------------------------------------------------------------------- /ESPHome/Now Playing Spotify Dashboard/now-playing.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/Now Playing Spotify Dashboard/now-playing.yaml -------------------------------------------------------------------------------- /ESPHome/reTerminal E1001 E-Reader Project/reTerminal-E1001-e-reader.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/reTerminal E1001 E-Reader Project/reTerminal-E1001-e-reader.yaml -------------------------------------------------------------------------------- /ESPHome/reTerminal E1002 - ComfyUI/reTerminal-E1002-ComfyUI.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/ESPHome/reTerminal E1002 - ComfyUI/reTerminal-E1002-ComfyUI.yaml -------------------------------------------------------------------------------- /Images/Seeed-Studios-XIAO-7.5-Inch-E-Ink-Display-Home-Assistant-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Images/Seeed-Studios-XIAO-7.5-Inch-E-Ink-Display-Home-Assistant-1.jpg -------------------------------------------------------------------------------- /Images/elecrow-crowpanel-7-hmi-ai-home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Images/elecrow-crowpanel-7-hmi-ai-home.jpg -------------------------------------------------------------------------------- /Images/esp32-ring-doorbell-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Images/esp32-ring-doorbell-1.jpg -------------------------------------------------------------------------------- /Images/reterminal-e1001-kindle-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Images/reterminal-e1001-kindle-1.jpg -------------------------------------------------------------------------------- /Pyscripts/quantize_bmp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Pyscripts/quantize_bmp.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/generate-comfyui-and-save.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Incipiens/Adam-Home-Assistant-Snippets/HEAD/Scripts/generate-comfyui-and-save.yaml --------------------------------------------------------------------------------