Skip to content

Commit

Permalink
Update sensor.yaml
Browse files Browse the repository at this point in the history
removed redundant total watts
  • Loading branch information
CircuitSetup authored Dec 3, 2019
1 parent c432a79 commit 8968f67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Software/examples/Home_Assistant_MQTT/sensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ sensor:
- platform: mqtt
name: "Total Watts"
state_topic: "home/energy/sensor"
value_template: '{{ value_json["W"] }}'
unit_of_measurement: "Watts"
- platform: mqtt
name: "Apparent Power"
state_topic: "home/energy/sensor"
value_template: '{{ value_json["AP"] }}'
unit_of_measurement: "Watts"
- platform: mqtt
Expand Down

0 comments on commit 8968f67

Please sign in to comment.