Proxies lounge uploads directory while adding headers to .MOV files (coming from Apple devices) to make them open in browser instead of downloading as an attachment.
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: Control Light with Scene Controller | |
description: For Zooz ZEN32. Toggle a light with a single press, set it to max brightness with double-tap, night-light mode with hold. | |
domain: automation | |
input: | |
zooz_switch: | |
name: Zooz Switch | |
description: List of available Zooz ZEN32 switches. | |
selector: | |
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
blueprint: | |
name: Set Indicator Light on Scene Controller | |
description: For Zooz ZEN32. Sets the indicator color when light is off or dimmed. | |
domain: automation | |
input: | |
zooz_switch: | |
name: Zooz Switch | |
description: List of available Zooz ZEN32 switches. | |
selector: | |
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
substitutions: | |
device_name: switchbot-plug-1 | |
device_description: Energy Monitoring Smart Plug (W1901400) | |
friendly_name: SwitchBot Plug Mini | |
esphome: | |
name: ${device_name} | |
comment: ${device_description} | |
platformio_options: | |
board_build.flash_mode: dio |
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
FROM alpine:latest as unzipper | |
RUN apk add unzip wget curl | |
RUN mkdir /download/ | |
RUN mkdir /download/output/ | |
RUN wget -O /download/file.zip https://filebrowser.linuxforphp.net/files/filebrowser-8.0.2.zip | |
RUN unzip /download/file.zip -d /download/output/ | |
FROM php:7.4-apache | |
RUN apt update |
I got PSU control working with a cheap tasmota smart plug and thought I'd share my settings for anyone interested.
Of course, replace 3dprinterrelay.iot.gravy.network
with the hostname of your relay. I recommend not giving it any internet access. You can password protect these calls if you are so inclined.
Switching Method: System Command
On System Command:
curl http://3dprinterrelay.iot.gravy.network/cm?cmnd=Power%20On
Off System Command: