Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions SunGather/config-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,13 @@ exports:
state_class: total_increasing
icon: "mdi:transmission-tower-export"
value_template: "{{ value_json.daily_export_to_grid | round(2) }}"
last_reset_value_template: "{{ value_json.last_reset }}"
- name: "Daily Import from Grid"
sensor_type: sensor
register: daily_import_from_grid
device_class: energy
state_class: total_increasing
icon: "mdi:transmission-tower-import"
value_template: "{{ value_json.daily_import_from_grid | round(2) }}"
last_reset_value_template: "{{ value_json.last_reset }}"
- name: "Temperature"
sensor_type: sensor
register: internal_temperature
Expand Down