This file contains hidden or 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: | |
name: ZHA - Philips Hue Dimmer Switch | |
description: | | |
Control lights with a Philips Hue Dimmer Switch. | |
The top "on" button behaviour is adjustable. By default it behaves like this: | |
- Press it while the light is off, and the light will turn on to the last set brightness. | |
- Press it again while the light is on, the light will turn to the fixed brightness setting. | |
Dim up/down buttons will change the brightness smoothly and can be pressed |
This file contains hidden or 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
cards: | |
- content: >- | |
# Quarantine-o-meter | |
The gauge meters display the amount of time spend at home in the last 7 | |
days. Where Alex left the house (on average) {{ | |
(states("sensor.quarantine_meter_alex_times_left")|int / 7) | round(1) }} | |
times per day and Cat {{ | |
(states("sensor.quarantine_meter_cat_times_left")|int / 7) | round(1) }} | |
times per day. |