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
Home Assistant Lovelace custom card to use with Spain electricity hourly pricing (PVPC) integration
1
+
# PVPC Hourly Pricing Card
2
+
3
+
Home Assistant Lovelace custom card to use with [Spain electricity hourly pricing (PVPC) integration](https://www.home-assistant.io/integrations/pvpc_hourly_pricing/).
4
+
5
+

6
+
7
+
> This card only works with a [previously configured Spain electricity hourly pricing (PVPC) integration](https://www.danielmartingonzalez.com/pvpc-tariff-prices-in-home-assistant/) in Home Assistant.
8
+
9
+
Based on [Lovelace Weather Card with Chart](https://github.com/sgttrs/lovelace-weather-card-chart) by [Yevgeniy Prokopenko](https://github.com/sgttrs).
10
+
11
+
## Features
12
+
13
+
- Compatible with all rates.
14
+
- Actual price close-up.
15
+
- Graph with the prices of the current day.
16
+
- Graph with the prices of the next day when you are available.
17
+
- Minimum and maximum of the current and next day.
18
+
- Icon indicating the current pricing period.
19
+
20
+
## Installation
21
+
22
+
Follow this [guide](https://www.danielmartingonzalez.com/installing-lovelace-plugins).
23
+
24
+
```yaml
25
+
resources:
26
+
url: /local/pvpc-hourly-pricing-card.js?v=0.0.1
27
+
type: module
28
+
```
29
+
30
+
## Options
31
+
32
+
| Name | Type | Default | Description |
33
+
|---|---|---|---|
34
+
| type | string | **Required** | `custom:pvpc-hourly-pricing-card` |
0 commit comments