Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ashionky committed Jun 18, 2024
1 parent 448b1df commit 400f7f9
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# refoss-homeassistant
homeassistant support custom_components
# Refoss LAN
This homeassistant integration allows you to control your Refoss devices in a very flexible way.


## Installation
### HACS
In your HA frontend go to HACS -> Integrations, search for 'Refoss LAN' and hit 'Install' You'll have to restart HA to let it recognize the new integration.

### Manual installation
Download and copy the custom_components/refoss_lan directory into the custom_components folder on your homeassistant installation.

Depending on the type of HA installation you might have to follow specific instructions.

This is working for a standard 'core' installation but should work for any other flavour: remember to set the appropriate ownership and access rights on your copied files so the homeassistant user running your instance is able to read and execute the integration code.

Restart HA to let it play.

## Supported device models

| Model | Version |
| ----------- |--------------------|
| `Refoss Smart Wi-Fi Switch, R10` | `all` |
| `Refoss Smart Energy Monitor, EM06` | `v2.3.8 and above` |

0 comments on commit 400f7f9

Please sign in to comment.