Skip to content

Commit

Permalink
change time entry for PV
Browse files Browse the repository at this point in the history
  • Loading branch information
gickowtf committed Nov 12, 2023
1 parent b630862 commit 28bb752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ divoom_pixoo:
discharge: "{{ states.sensor.YOUR_SENSOR.state }}"
powerhousetotal: "{{ states.sensor.YOUR_SENSOR.state }}"
vomNetz: "{{ states.sensor.YOUR_SENSOR.state }}"
time: "{{ states.sensor.YOUR_SENSOR.state }}" #Formar HH:MM
time: "{{ now().strftime('%H:%M') }}" #Format HH:MM
- page: 2
texts:
- text: "github/gickowtf"
Expand Down

0 comments on commit 28bb752

Please sign in to comment.