Skip to content

Instantly share code, notes, and snippets.

blueprint:
name: Open With Rain Notification
description: Notify when sensors detect a door or window sensor as being open
when it's raining.
domain: automation
input:
exclude:
name: Excluded Sensors
description: Window/door sensors to exclude from detection. Only entities are supported, devices must be expanded!
default: {entity_id: []}

Keybase proof

I hereby claim:

  • I am razerbeans on github.
  • I am razerbeans (https://keybase.io/razerbeans) on keybase.
  • I have a public key ASByOOldit4mNNqHEt07S67cU6d5KLhLcC632UE8uUSHZgo

To claim this, I am signing this object:

@razerbeans
razerbeans / terminal_colors.rb
Created October 24, 2011 12:23 — forked from potomak/terminal_ansicolors.rb
Testing terminal colors
COLORS = {
:black => "tput setab 0",
:red => "tput setab 1",
:green => "tput setab 2",
:brown => "tput setab 3",
:blue => "tput setab 4",
:purple => "tput setab 5",
:cyan => "tput setab 6",
:lightgrey => "tput setab 7"
}
require "bin/boardwalk.rb"
run Sinatra::Application
source :gemcutter
gem 'haml', '3.0.13'
gem 'mongo_mapper', '0.8.2'
gem 'builder', '2.1.2'
gem 'bson_ext', '1.0.1'
gem 'joint', '0.3.2'
gem 'thin', '1.2.7'
gem 'rack-fiber_pool', '0.9.0'
gem 'mongo', '1.0.3'