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
#!/usr/bin/env python | |
# -*- coding: UTF-8 -*- | |
# generate_assets.py | |
# punchcards | |
# | |
# Created by Privat on 13/07/2016. | |
# Copyright © 2016 Eazy IT. All rights reserved. | |
import re | |
LOCALIZABLE_PATH = "./en.lproj/Localizable.strings" |
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
#!/usr/bin/env python | |
# -*- coding: UTF-8 -*- | |
# generate_image_assets.py | |
# punchcards | |
# | |
# Created by Privat on 13/07/2016. | |
# Copyright © 2016 Eazy IT. All rights reserved. | |
import re | |
import os |
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
import Foundation | |
import Vox | |
class FileResource_V2: Resource { | |
required init(context: Context?) { super.init(context: context) } | |
@objc dynamic var status: NSNumber? | |
override class var resourceType: String { return "file" } |
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: | |
name: Hue Dimmer Remote | |
description: | | |
(Dec 2021 Update) Using a Hue bridge with which a dimmer remote is paired, allows you to configure actions based on said Hue Dimmer Remote | |
NOTE: tested with RWL020 and RWL022, but community says it also works with RWL021! | |
domain: automation | |
source_url: https://gist.github.com/codycodes/f051781c35cfdfee15162ff680c9cbd8 | |
input: | |
dimmer_device: | |
name: Dimmer Remote Device |