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: hectorsector - Philips Hue Dimmer Switch with Hue Bridge | |
| description: | | |
| Control lights with a Philips Hue Dimmer Switch. | |
| domain: automation | |
| source_url: https://gist.github.com/hectorsector/9d1424804e3dcbf8010758986613da3a | |
| # Define the inputs for the blueprint | |
| input: | |
| dimmer_device: |
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
| module.exports = { | |
| config: { | |
| fontSize: 16, | |
| fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace', | |
| cursorShape: 'UNDERLINE', | |
| termCSS: ` | |
| ::selection { background-color: rgba(233, 44, 108, 0.8); color: #fcfcfc; } | |
| x-screen a { color: rgba(233, 44, 108, 1.0); } | |
| `, | |
| //windowSize: [1706, 1062], |