Remove yaml definition of basement LED strip power sensor

It is now plugged in via a Sonoff S31 smart plug, which monitors the realtime power usage rather than LUT, so there's no reason to have duplicate power sensors
This commit is contained in:
2023-07-25 12:55:41 -04:00
parent fd0fb93903
commit 440f45db41

View File

@ -1,15 +1,6 @@
# Hue bulbs seem to be auto discovered just fine. This file will be for anything that is not auto discovered. # Hue bulbs seem to be auto discovered just fine. This file will be for anything that is not auto discovered.
sensor: sensor:
- platform: powercalc
entity_id: light.basement_led_strip_1
manufacturer: lifx
model: LIFX Z/length_4
create_energy_sensor: true
create_utility_meters: true
power_sensor_naming: "{} Power Sensor"
energy_sensor_naming: "{} Energy Sensor"
mode: lut
- platform: powercalc - platform: powercalc
entity_id: switch.basement_led_strip entity_id: switch.basement_led_strip
power_sensor_id: sensor.basement_led_strip_power power_sensor_id: sensor.basement_led_strip_power