Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #634 from cpainchaud/master
Browse files Browse the repository at this point in the history
removed outdated decorator @asyncio.coroutine for later python compatibility
  • Loading branch information
cpainchaud authored Mar 6, 2023
2 parents 6e6dde0 + 25ed81b commit df761ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/reolink_dev/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@

_LOGGER = logging.getLogger(__name__)


@asyncio.coroutine
async def async_setup_entry(hass: HomeAssistant, config_entry, async_add_devices):
"""Set up the Reolink IP Camera switches."""
devices = []
Expand Down

0 comments on commit df761ce

Please sign in to comment.