Skip to content

Commit

Permalink
Text sensor update
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 22, 2023
1 parent 77feba1 commit 4bc0c7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/BalboaGL/sensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
CONF_LCD = "lcd"


balboa_sensor_ns = cg.esphome_ns.namespace('balboa_sensor')
StateInfo = balboa_sensor_ns.class_('BalboaGLStateSensor', text_sensor.TextSensor, cg.Component)
StateInfo = cg.esphome_ns.class_('BalboaGLStateSensor', text_sensor.TextSensor, cg.Component)
# RawInfo = balboa_sensor_ns.class_('BalboaGLRawSensor', text_sensor.TextSensor, cg.Component)
# LCDInfo = balboa_sensor_ns.class_('BalboaGLLCDSensor', text_sensor.TextSensor, cg.Component)

Expand Down

0 comments on commit 4bc0c7d

Please sign in to comment.