Skip to content

Commit

Permalink
docs: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wrodie committed Nov 4, 2023
1 parent 55085b0 commit 570b364
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The data for the mixer is updated in real time, so each time a button is pressed

<!---->

# Caveats
## Caveats
Connection to the mixer is performed via ip address using UDP. If the IP address for the mixer changes, you will need to edit the integration setup. To avoid this, set up a DHCP reservation on your router for your mixer so that it always has the same IP address.

This information on changes to the mixer is written to the HA history/recorder databases so this may result in lots of state being stored if the mixer changes a lot. You may want to consider excluding these entities from storing history.
Expand Down
5 changes: 3 additions & 2 deletions custom_components/ha_behringer_mixer/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
from __future__ import annotations

from homeassistant.components.number import NumberEntity, NumberEntityDescription
#from homeassistant.helpers import config_validation as cv, entity_platform
#import voluptuous as vol

# from homeassistant.helpers import config_validation as cv, entity_platform
# import voluptuous as vol

from .const import DOMAIN
from .entity import BehringerMixerEntity
Expand Down

0 comments on commit 570b364

Please sign in to comment.