Skip to content

Commit

Permalink
tweak for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
wrodie committed Nov 4, 2023
1 parent 570b364 commit 77bc584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ha_behringer_mixer/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async def async_setup_entry(hass, entry, async_add_devices):

# Register service to change scenes
# platform = entity_platform.async_get_current_platform()
# platform.async_register_entity_service(
# platform.async_register_entity_sAAervice(
# "SERVICE_CHANGE_SCENE",
# {
# vol.Required("scene_number"): cv.Number,
Expand Down

0 comments on commit 77bc584

Please sign in to comment.