Skip to content

Instantly share code, notes, and snippets.

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 December 23, 2020 10:22
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'