I made this little workflow in #Alfred on my Mac to make it easier to grab a UUID while writing #HomeAssistant template entities.
1 / 2
Comments
:r! python -c 'import uuid; print(uuid.uuid4())'