Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgomes/ha_smartenergylab

Smart Energy Lab Custom Integration
https://github.com/dgomes/ha_smartenergylab

energy-data hacs-integration home-assistant

Last synced: 1 day ago
JSON representation

Smart Energy Lab Custom Integration

Awesome Lists containing this project

README

        

# Smart Energy Lab - Custom Integration

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration)

## Installation

1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).
2. If you do not have a `custom_components` directory (folder) there, you need to create it.
3. In the `custom_components` directory (folder) create a new folder called `ha_smartenergylab`.
4. Download _all_ the files from the `custom_components/ha_smartenergylab/` directory (folder) in this repository.
5. Place the files you downloaded in the new directory (folder) you created.
6. Restart Home Assistant
7. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Smart Energy Lab"

Using your HA configuration directory (folder) as a starting point you should now also have this:

```text
custom_components/ha_smartenergylab/translations/en.json
custom_components/ha_smartenergylab/translations/pt.json
custom_components/ha_smartenergylab/__init__.py
custom_components/ha_smartenergylab/recorder.py
custom_components/ha_smartenergylab/config_flow.py
custom_components/ha_smartenergylab/const.py
custom_components/ha_smartenergylab/manifest.json
```

## Configuration is done in the UI

## Contributions are welcome!

If you want to contribute to this please read the [Contribution guidelines](CONTRIBUTING.md)