From 5ed74d424e577a00e19430184707fc1e688e60e4 Mon Sep 17 00:00:00 2001 From: akasma74 Date: Sun, 28 Apr 2019 13:14:42 +0100 Subject: [PATCH] HA 0.92.0 fix (issue 85) https://github.com/gazoscalvertos/Hass-Custom-Alarm/issues/85 --- custom_components/bwalarm/manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 custom_components/bwalarm/manifest.json diff --git a/custom_components/bwalarm/manifest.json b/custom_components/bwalarm/manifest.json new file mode 100644 index 0000000..4739964 --- /dev/null +++ b/custom_components/bwalarm/manifest.json @@ -0,0 +1,8 @@ +{ + "domain": "bwalarm", + "name": "Fork of Yet another take on an alarm", + "documentation": "https://github.com/akasma74/Hass-Custom-Alarm", + "dependencies": [], + "codeowners": [], + "requirements": [] +}