aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/home-assistant/package.json
diff options
context:
space:
mode:
authorLibravatar Bernhard <bernhard@kralofsky.com>2022-06-07 13:59:08 +0200
committerLibravatar GitHub <noreply@github.com>2022-06-07 12:59:08 +0100
commit256254e15e1bcd642054b90d25463707688ff52c (patch)
tree8b8988fcfbf8db636d11f50433889028cb8b4537 /recipes/home-assistant/package.json
parent[Whatsapp] Remove max width limit of 1600px (#49) (diff)
downloadferdium-recipes-256254e15e1bcd642054b90d25463707688ff52c.tar.gz
ferdium-recipes-256254e15e1bcd642054b90d25463707688ff52c.tar.zst
ferdium-recipes-256254e15e1bcd642054b90d25463707688ff52c.zip
Add home assistant recipe (#47)
Diffstat (limited to 'recipes/home-assistant/package.json')
-rw-r--r--recipes/home-assistant/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/home-assistant/package.json b/recipes/home-assistant/package.json
new file mode 100644
index 0000000..60e06e0
--- /dev/null
+++ b/recipes/home-assistant/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "home-assistant",
3 "name": "Home Assistant",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "hasCustomUrl": true,
8 "hasNotificationSound": true
9 }
10}