Skip to content

Commit

Permalink
Merge pull request #205 from clowrey/dev
Browse files Browse the repository at this point in the history
Update README.md - added yaml to the markup tags
  • Loading branch information
flaviut authored Sep 12, 2023
2 parents ded4086 + c447080 commit afbb900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For the wiring harness, you'll want to make a note of which color cable matches

Here's a starting point for a configuration, save it to `<yourfilename>.yaml` into project folder:

```
```yaml
esphome:
name: emporiavue2
friendly_name: vue2
Expand Down Expand Up @@ -309,7 +309,7 @@ Note the "Total Power", "Total Daily Energy", and "Circuit x Daily Energy". This

To configure energy returned to the grid for NET metering ([more info here](https://www.nrel.gov/state-local-tribal/basics-net-metering.html)), you need to add the following configuration:

```
```yaml
sensor:
- platform: emporia_vue
ct_clamps:
Expand Down Expand Up @@ -342,7 +342,7 @@ sensor:

Your solar sensors' configuration depends on your setup (single phase, split phase, 3-phase). The following example shows a split-phase installation using ct clamps 15 and 16:

```
```yaml
sensor:
- platform: template
name: "Solar Power"
Expand Down

0 comments on commit afbb900

Please sign in to comment.