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
+}