You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make sure the [HACS integration](https://hacs.xyz/) is properly installed for your instance of home assistant.
8
+
- Reference [Custom Repositories](https://hacs.xyz/docs/faq/custom_repositories),In the HACS UI go to "Integrations", click on "+" in the lower right corner".
9
+
- Paste https://github.com/Refoss/refoss_rpc into the field that says "Add custom repository URL", select "Integration" from "Category" dropdown and click "Add".
10
+
- You should now see a card with the Refoss RPC integration in the HACS -> "Integrations" section. Click "Install".
11
+
- Select the latest version from the dropdown and click "Install".
12
+
- Restart Home Assistant.
13
+
14
+
### Manual installation
15
+
- Using the tool of choice open the directory for your HA configuration (where you find configuration.yaml).
16
+
- If you do not have a custom_components directory there, you need to create it.
17
+
- In releases(https://github.com/Refoss/refoss_rpc/releases), download the version you need.
18
+
- In the downloaded file, locate the refoss_rpc directory and copy it to the custom_components directory.
19
+
- Restart Home Assistant.
20
+
21
+
## Configuration
22
+
- In the HA UI go to "Configuration" -> "Integrations", click "+", search for "Refoss RPC", and select the "Refoss RPC" integration from the list.
23
+
Or click here: [](https://my.home-assistant.io/redirect/config_flow_start?domain=refoss_rpc)
Copy file name to clipboardExpand all lines: custom_components/refoss_rpc/strings.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"flow_title": "{name}",
4
4
"step": {
5
5
"user": {
6
-
"description": "Before setup, devices must be connected to the network.\n\nThis path can be configured for refoss product models including R11, etc. \n\nFor more information, please refer to 'Help'.",
6
+
"description": "Before setup, devices must be connected to the network.\n\nThis path can be configured for Refoss product models including R11, etc. \n\nFor more information, please refer to 'Help'.",
Copy file name to clipboardExpand all lines: custom_components/refoss_rpc/translations/en.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
"data_description": {
52
52
"host": "The hostname or IP address of the Refoss device to connect to."
53
53
},
54
-
"description": "Before setup, devices must be connected to the network.\n\nThis path can be configured for refoss product models including R11, etc. \n\nFor more information, please refer to 'Help'."
54
+
"description": "Before setup, devices must be connected to the network.\n\nThis path can be configured for Refoss product models including R11, etc. \n\nFor more information, please refer to 'Help'."
0 commit comments