Skip to content

Instantly share code, notes, and snippets.

View webartoli's full-sized avatar

Claudio Bartoli webartoli

View GitHub Profile
@webartoli
webartoli / README.md
Last active December 20, 2021 20:38
Home assistant - appdeamon - deconz - IKEA tradfri remote control

Home Assistant - Reuse dimming logic using AppDaemon

I have a multiple IKEA tradfri remotes attached to deconz and I want write once the logic to dim lights.

After some searches I discover the AppDaemon solution and this is the results of my draft works.

Install

I have installed the plugin provided by community addons

@webartoli
webartoli / install.sh
Last active December 22, 2015 21:34
New Mac
#!/bin/bash
# Install Command Line Tool
xcode-select --install
# Install Theme
# https://github.com/stephenway/monokai.terminal
# https://github.com/lysyi3m/osx-terminal-themes/tree/master/schemes
# Install HomeBrew
@webartoli
webartoli / keybindings.json
Last active January 3, 2022 09:47
Visual Studio Code - IntelliJ keybindings Scheme
// file: keybindings.json
// path: AppData\Roaming\Code\User
// Author: Claudio Bartoli
// Mail: claudio@barto.li
// --------------------------------------------
// Resharper 9 Default Keymap - IntelliJ Scheme
// --------------------------------------------
[
{ "key": "ctrl+d", "command": "editor.action.copyLinesDownAction",