Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azogue/ha-pvpc-custom
HomeAssistant custom integration for Spain electricity hourly pricing (PVPC)
https://github.com/azogue/ha-pvpc-custom
hacs-integration home-assistant pvpc
Last synced: 6 days ago
JSON representation
HomeAssistant custom integration for Spain electricity hourly pricing (PVPC)
- Host: GitHub
- URL: https://github.com/azogue/ha-pvpc-custom
- Owner: azogue
- License: mit
- Created: 2023-04-02T11:37:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T21:32:26.000Z (3 months ago)
- Last Synced: 2024-08-06T00:34:07.717Z (3 months ago)
- Topics: hacs-integration, home-assistant, pvpc
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration)
![Validate with hassfest](https://github.com/azogue/ha-pvpc-custom/workflows/Validate%20with%20hassfest/badge.svg)
![HACS Validation](https://github.com/azogue/ha-pvpc-custom/workflows/HACS%20Validation/badge.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![pre-commit.ci Status](https://results.pre-commit.ci/badge/github/azogue/ha-pvpc-custom/main.svg)](https://results.pre-commit.ci/latest/github/azogue/ha-pvpc-custom/main)# Spain electricity hourly pricing
Custom integration _mirroring_ [official HA-Core integration](https://www.home-assistant.io/integrations/pvpc_hourly_pricing),
to be able to apply changes **quicker** than the normal release flow for HA Core.## Installation
### HACS _(preferred method)_
**Add the integration in [HACS](https://hacs.xyz/)** by adding a custom repository:
```
Repository: "https://github.com/azogue/ha-pvpc-custom"
Category: "Integration"
```### Manual install
Place the `custom_components` folder in your configuration directory
(or add its contents to an existing `custom_components` folder).