Skip to content

Commit

Permalink
CommandQueue = polling
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Nov 2, 2023
1 parent da38eda commit 1b4262e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalboaGL/sensor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

CONF_QUEUE = "commandQueue"

CommandQueueInfo = cg.esphome_ns.class_('BalboaGLCommandQueueSensor', sensor.Sensor, cg.Component)
CommandQueueInfo = cg.esphome_ns.class_('BalboaGLCommandQueueSensor', sensor.Sensor, cg.PollingComponent)

CONFIG_SCHEMA = (
sensor.sensor_schema(CommandQueueInfo)
Expand Down

0 comments on commit 1b4262e

Please sign in to comment.