Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dgomes/ha_smartenergylab
- Owner: dgomes
- Created: 2022-11-15T12:26:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T16:53:12.000Z (over 1 year ago)
- Last Synced: 2024-01-30T15:12:50.410Z (11 months ago)
- Topics: energy-data, hacs-integration, home-assistant
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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)