Skip to content

Instantly share code, notes, and snippets.

View rklomp's full-sized avatar

René Klomp rklomp

View GitHub Profile
blueprint:
name: ZHA - Philips Hue Dimmer Switch - Fixed
description: 'Control lights with a Philips Hue Dimmer Switch.
The top "on" button will turn the lights on to the last set brightness
(unless the force brightness is toggled on in the blueprint).
@rklomp
rklomp / ha_stats_fix.py
Last active January 19, 2023 21:45
ha_stats_fix.py
#!/usr/bin/env python3
import argparse
import sqlite3
import sys
def main(arguments):
parser = argparse.ArgumentParser()