From 4a57c9122ff1d1acc1de8588123c37171a7fcc70 Mon Sep 17 00:00:00 2001 From: weboo Date: Mon, 19 Jun 2023 16:43:00 +0900 Subject: [PATCH] added hacs.json --- README.md | 11 ++++++++++- hacs.json | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 hacs.json diff --git a/README.md b/README.md index 6158bac..84db938 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Yet another [Home Assistant](https://www.home-assistant.io) component for [Natur ⚠️This integration is neither Nature Remo official nor Home Assistant official. **Use at your own risk.** ⚠️ - + ## Supported features @@ -27,6 +27,15 @@ Tested on Home Assistant Core 2021.3.3 on Docker ## Installation +### Install via HACS Custom repositories + +https://hacs.xyz/docs/faq/custom_repositories + +Enter the following information in the dialog and click ADD button. + +Repository: https://github.com/yutoyazaki/hass-nature-remo +Category: Integrations + ### Manual Install 1. Download this repository diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..2fb3ab4 --- /dev/null +++ b/hacs.json @@ -0,0 +1,5 @@ +{ + "name": "Nature Remo", + "content_in_root": true, + "render_readme": true +}