Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarch21 authored Oct 23, 2022
1 parent 6b6a81d commit d931ae4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,10 @@ entityOptions:
type: bar
color:
'0.0': blue # Bar is blue between below and up to 1.0 kWh
'1.0': green # Bar is green between 1.0 - 2.0 kWh
'2.0': red # Bar is red at 2.0 kWh and above
'1.0': green # Bar is green between 1.0 - 1.5 kWh
'1.5': red # Bar is red at 1.5 kWh and above
```
![image](https://user-images.githubusercontent.com/60828821/197369661-9c75c9fe-e33f-4790-8348-8ae103880bfb.png)

### Compass arrow graphs

Expand Down Expand Up @@ -300,7 +301,7 @@ The raw data for the currently displayed entities and time range can be exported

![image](https://user-images.githubusercontent.com/60828821/156686793-c0cdace6-87c0-4c1e-bb7f-58dd04035be5.png)

The exported CSV can be customized:
The exported CSV can optionally be customized:
```yaml
type: custom:history-explorer-card
csv:
Expand Down

0 comments on commit d931ae4

Please sign in to comment.