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
# Dev - name the stage with `as dev` | |
FROM confluxgroup/php-nginx:7.4 as dev | |
RUN add-apt-repository -y ppa:ondrej/php \ | |
&& apt-get update -y \ | |
&& apt-get install php7.4-sqlite3 -y \ | |
&& rm -rf /var/lib/apt/lists/* | |
# Production - name the stage with `as prod` | |
FROM dev as prod |
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
alias: Aqara Button Handler | |
description: '' | |
trigger: | |
- platform: event | |
event_data: | |
device_ieee: '00:15:8d:00:06:36:dd:c1' | |
event_type: zha_event | |
condition: [] | |
action: | |
- choose: |
OlderNewer