Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
DotNetDann committed Oct 13, 2020
1 parent f31782f commit 3afa8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esphome/components/hbridge/light.py
Expand Up @@ -12,6 +12,7 @@
cv.Required(CONF_PIN_B): cv.use_id(output.FloatOutput),
})


def to_code(config):
var = cg.new_Pvariable(config[CONF_OUTPUT_ID])
yield cg.register_component(var, config)
Expand Down

0 comments on commit 3afa8d6

Please sign in to comment.