Skip to content

Instantly share code, notes, and snippets.

View genebean's full-sized avatar

Gene Liverman genebean

View GitHub Profile
@genebean
genebean / deconz_lutron_aurora_blueprint.yaml
Last active April 17, 2021 00:36 — forked from bjpetit/zha_lutron_aurora_blueprint.yaml
Blueprint for Lutron Aurora automations in deCONZ
blueprint:
name: deCONZ - Lutron Aurora Dimmer v1.3
description: 'Control lights with a Lutron Aurora Dimmer
Pressing in the dimmer button will toggle between turning lights on
to full brightness, and turning the lights off.
Rotating the dimmer will increase and decrease the light brightness.
Adjust the sensitivity if updates from the dimmer are being sent too quickly
'
domain: automation
<?php
// src/AppBundle/Menu/MenuBuilder.php
namespace AppBundle\Menu;
use Knp\Menu\FactoryInterface;
use Symfony\Component\DependencyInjection\ContainerAware;
class MenuBuilder extends ContainerAware
{