Skip to content

Commit 3354fd8

Browse files
author
Stéphane Senart
committed
[#76] Move to Poetry dependency/package management tool.
1 parent 35687d5 commit 3354fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/gazpar/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666

6767
# --------------------------------------------------------------------------------------------
68-
async def async_setup_platform(hass, config, add_entities):
68+
async def async_setup_platform(hass, config, add_entities, discovery_info=None): # pylint: disable=unused-argument
6969
"""Configure the platform and add the Gazpar sensor."""
7070

7171
_LOGGER.debug("Initializing Gazpar platform...")

0 commit comments

Comments
 (0)