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:3.10 | |
| LABEL maintainer="docker@upshift.fr" | |
| ENV NUT_VERSION 2.7.4 | |
| ENV UPS_NAME="ups" | |
| ENV UPS_DESC="UPS" | |
| ENV UPS_DRIVER="usbhid-ups" | |
| ENV UPS_PORT="auto" |
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
| automation: | |
| - id: remind_turning_off_ac | |
| alias: remind_turning_off_ac | |
| trigger: | |
| - platform: state | |
| entity_id: | |
| - climate.parents | |
| - climate.living_room | |
| - climate.study | |
| - climate.mamad |
OlderNewer