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: Protection du soleil | |
author: Piitaya/Bemble | |
description: Règle le volet en fonction de la position du soleil. | |
source_url: https://gist.github.com/piitaya/3ef9de56183dcdcfd4fb38c51c8a4f04 | |
domain: automation | |
input: | |
shutter: | |
name: Volet | |
description: Volet à contrôler |
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: Boutons interrupteur Tap Dial | |
author: bemble | |
description: "Gestion des 4 boutons de l'interrupteur Philips Hue Tap Dial (1: toggle, 2: 33%, 3: 66%, 4: 100%)" | |
source_url: https://gist.github.com/bemble/e55972b1bc6b2e2e55fabdb25efc8443 | |
domain: automation | |
input: | |
switch: | |
name: Interrupteur | |
description: Interrupteur qui controlera les lumières |
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: Porte de garage sortie | |
author: bemble | |
description: Gère l'ouverture/fermeture de la porte de garage lorsqu'on sort par le garage. ⚠️ si départ à plusieurs, n'activer que pour une seule personne. | |
source_url: https://gist.github.com/bemble/9e9a1b6c0fb7cae03f55476135ae12e4 | |
domain: automation | |
input: | |
zone: | |
name: Zone | |
description: Lorsque X rentre dans la zone, on ouvre la porte. |
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
#!/bin/bash | |
# Author: Pierre | |
# https://gist.github.com/bemble/a54986577a3318ab08f34de67f206310 | |
# | |
# Run: bash update_lixee.bash | |
# | |
# Tested on Raspberry Pi 4, 64bits | |
# | |
# Resources: |