Skip to content

Commit

Permalink
Fix up some power monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Aug 4, 2023
1 parent a5e51bb commit d2001b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ default_view:
entities:
- group.people_status
- group.modes
- sensor.electricity_energy_usage
- sensor.house_average_temperature
- sensor.house_average_humidity
- calendar.next_bin
Expand Down
7 changes: 6 additions & 1 deletion sensors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
unique_id: input_select.charlotte_status_dropdown

- platform: integration
source: sensor.electricity_energy_usage
source: sensor.elec2_cm119_160_db_92_instantaneous_power
name: energy_spent
unit_prefix: k
round: 2
Expand All @@ -65,6 +65,11 @@
name: energy_spent_tv
unit_prefix: k
round: 2
- platform: integration
source: sensor.shower_power_plug_power
name: energy_spent_shower
unit_prefix: k
round: 2

- platform: min_max
name: Average External Light Level
Expand Down

0 comments on commit d2001b6

Please sign in to comment.