This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
domain: automation | |
name: Philips Hue Dimmer Switch v1 (RWL021), ZHA integration, simple yet versatile. | |
description: " | |
\_ | |
Set up a house full of these dimmer switches quickly and without going crazy. All you | |
need to select is the dimmer switch and one or more lights or light groups. The default | |
behaviour of the buttons is as follows: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Python driver for the AXP192 Power Management IC. | |
# | |
# https://gist.github.com/ropg/7216ba90a9d7697114d4ba8aea7bee3c | |
# | |
# Written in 2021 by Rop Gonggrijp. | |
# | |
# Some functionality inspired by C driver written by Mika Tuupola | |
# (https://github.com/tuupola/axp192) and a fork of that maintained by | |
# Brian Starkey (https://github.com/usedbytes/axp192) | |
# |