Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
regulad committed Apr 5, 2022
1 parent 40108ab commit 63b2f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/lacrosseview/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Config flow for Minecraft Server integration."""
"""Config flow for LaCrosse View integration."""
from functools import partial

import voluptuous as vol
Expand Down
2 changes: 1 addition & 1 deletion custom_components/lacrosseview/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from . import LaCrosseViewSensor, DOMAIN

REQUIREMENTS = ['pylacrosseview==0.1.4']
REQUIREMENTS = ['pylacrosseview==0.1.5']

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 63b2f37

Please sign in to comment.