diff --git a/src/docs/devices/SONOFF-POWCT/index.md b/src/docs/devices/SONOFF-POWCT/index.md index 1cf9776b3..11dfe77ad 100644 --- a/src/docs/devices/SONOFF-POWCT/index.md +++ b/src/docs/devices/SONOFF-POWCT/index.md @@ -75,6 +75,7 @@ uart: sensor: - platform: cse7761 + sonoff_model: POWCT update_interval: 2s current_1: name: Current @@ -82,20 +83,18 @@ sensor: unit_of_measurement: 'A' accuracy_decimals: 3 icon: mdi:current-ac - filters: - # Measurement divided by the PI number - - lambda: return x / PI; voltage: name: Voltage id: v_sensor unit_of_measurement: 'V' icon: mdi:sine-wave + frequency: + name: Frequency + id: f_sensor + unit_of_measurement: 'Hz' active_power_1: name: Power id: w_sensor - filters: - # Measurement divided by the PI number - - lambda: return x / PI; icon: mdi:flash on_value_range: - above: 4.0