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
{ | |
"create_time": "2023-03-28T19:36:11.883314+00:00", | |
"custom_function_id": "ba821c29dd95204206d5240ea66d1ecf4c4ef9eb", | |
"description": "Ensure mac address is in format of chosen input \ndefaults to - if not provided", | |
"draft_mode": false, | |
"inputs": [ | |
{ | |
"contains_type": [ | |
"*" | |
], |
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: Slide Schedule in Affect | |
description: >- | |
Will slide the affected entities the variable number of days. Best used during inclimate weather. | |
domain: script | |
source_url: https://gist.github.com/stboch/c93befde7a8699f90b8180e60283be40 | |
input: | |
garbage_collection_entity: | |
name: Garbage Collection Entity | |
description: Which entity to update. |
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
"""Z-Wave workarounds.""" | |
from . import const | |
# Manufacturers | |
FIBARO = 0x010F | |
GE = 0x0063 | |
PHILIO = 0x013C | |
SOMFY = 0x0047 | |
WENZHOU = 0x0118 | |
VIZIA = 0x001D |