Skip to content

Instantly share code, notes, and snippets.

View exciton's full-sized avatar

Bonne Eggleston exciton

  • Exciton Pty Ltd
View GitHub Profile
blueprint:
name: Lutron Caseta Two Button Pico Actions
description: Short and long press automations for Pico two button remotes.
Release actions will always fire.
Short press actions will fire on button release if long press actions are defined,
and immediately on button press otherwise.
Long press actions will fire on release timeout.
domain: automation
input:
pico_remote:
blueprint:
name: Lutron Caseta Four Button Scene Pico Actions
description:
Short and long press automations for Pico four button scene remotes.
Release actions will always fire.
Short press actions will fire on button release if long press actions are defined,
and immediately on button press otherwise.
Long press actions will fire on release timeout.
domain: automation
input:
blueprint:
name: Lutron Caseta Five Button Pico Actions
description: Short and long press automations for Pico five button remotes.
Release actions will always fire.
Short press actions will fire on button release if long press actions are defined,
and immediately on button press otherwise.
Long press actions will fire on release timeout.
domain: automation
input:
pico_remote:
blueprint:
name: Lutron Caseta Four Button Zone Pico Actions
description:
Short and long press automations for Pico four button zone remotes.
Release actions will always fire.
Short press actions will fire on button release if long press actions are defined,
and immediately on button press otherwise.
Long press actions will fire on release timeout.
domain: automation
input:
begin
require 'bundler/inline'
rescue LoadError => e
$stderr.puts 'Bundler version 1.10 or later is required. Please update your Bundler'
raise e
end
gemfile(true) do
source 'https://rubygems.org'
# Activate the gem you are reporting the issue against.