Skip to content

Commit

Permalink
remove esphome plugin (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
tprelog committed Jun 27, 2022
1 parent 95456e3 commit 47523a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 56 deletions.
15 changes: 3 additions & 12 deletions .cirrus.yml
Expand Up @@ -138,15 +138,6 @@ emby-server-stable_task:
env:
PLUGIN_FILE: "emby-server-stable.json"

esphome_task:
<<: *INSTALL_PLUGIN
only_if: "changesInclude('esphome.json', '.cirrus/install_script.sh')"
matrix:
- freebsd_instance:
image_family: freebsd-12-2
env:
PLUGIN_FILE: "esphome.json"

famp_task:
<<: *INSTALL_PLUGIN
only_if: "changesInclude('famp.json', '.cirrus/install_script.sh')"
Expand Down Expand Up @@ -383,7 +374,7 @@ movienight_task:
image_family: freebsd-12-2
env:
PLUGIN_FILE: "movienight.json"

n8n_task:
<<: *INSTALL_PLUGIN
only_if: "changesInclude('n8n.json', '.cirrus/install_script.sh')"
Expand Down Expand Up @@ -511,7 +502,7 @@ radarr_task:
image_family: freebsd-12-2
env:
PLUGIN_FILE: "radarr.json"

redis_task:
<<: *INSTALL_PLUGIN
only_if: "changesInclude('redis.json', '.cirrus/install_script.sh')"
Expand Down Expand Up @@ -637,7 +628,7 @@ weechat_task:
image_family: freebsd-12-2
env:
PLUGIN_FILE: "weechat.json"

zabbixserver_task:
<<: *INSTALL_PLUGIN
only_if: "changesInclude('zabbixserver.json', '.cirrus/install_script.sh')"
Expand Down
14 changes: 2 additions & 12 deletions INDEX
@@ -1,4 +1,4 @@
{
{
"adguardhome": {
"MANIFEST": "adguardhome.json",
"name": "AdGuardHome",
Expand All @@ -18,7 +18,7 @@
"primary_pkg": "amule",
"category": "content",
"homepage": "http://www.amule.org/"
},
},
"archiwarep5": {
"MANIFEST": "archiwarep5.json",
"name": "Archiware P5",
Expand Down Expand Up @@ -140,16 +140,6 @@
"description": "Emby brings together your personal videos, music, photos, and live television",
"official": false
},
"esphome": {
"MANIFEST": "esphome.json",
"name": "ESPHome",
"icon": "https://icons.freenas.org/community-icons/esphome.png",
"primary_pkg": null,
"description": "ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.",
"official": false,
"category": "home-automation",
"homepage": "https://esphome.io/"
},
"famp": {
"MANIFEST": "famp.json",
"description": "FAMP (FreeBSD, Apache, MySQL and PHP) web server",
Expand Down
32 changes: 0 additions & 32 deletions esphome.json

This file was deleted.

Binary file removed icons/esphome.png
Binary file not shown.

0 comments on commit 47523a9

Please sign in to comment.