Skip to content

Instantly share code, notes, and snippets.

esphome:
name: esphome-web-ee069c
friendly_name: Bedframe
min_version: 2025.11.0
name_add_mac_suffix: false
compile_process_limit: 1
on_boot:
priority: 600
then:
- logger.log: "Loading calibration values from persistent storage"
type: vertical-stack
cards:
- type: picture-elements
elements:
- type: image
entity: var.dishwasher_cycle
image: /local/lg-icons/dry-plate.png
state_image:
Drying: /local/lg-icons/dry-plate-on.png
style:
@MadonnaMat
MadonnaMat / .vimrc
Last active February 24, 2026 17:36
My VimRC
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Bundle 'vim-ruby/vim-ruby'
Plugin 'kchmck/vim-coffee-script'