Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Example utility_meter configuration
  • Loading branch information
dgomes committed Aug 25, 2023
1 parent 0cbf544 commit 230051f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,26 @@ Your `utility_meter` must have the proper tarifs:

That is it!

## Example `utility_meter` configuration

```
utility_meter:
daily_energy:
source: sensor.energia_rede_importada
cycle: daily
tariffs:
- Fora de Vazio
- Vazio
monthly_energy:
source: sensor.energia_rede_importada
cycle: monthly
tariffs:
- Fora de Vazio
- Vazio
offset:
days: 20
```

# Help

Join me at [CPHA Discord](https://discord.gg/Mh9mTEA)

0 comments on commit 230051f

Please sign in to comment.