diff --git a/AUTHORS.rst b/AUTHORS.rst index b6eca00d2..6bff3be39 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -24,6 +24,7 @@ Contributors * David Johansen * JP Hutchins * Bram Duvigneau +* Peter-Newman Messan Sponsors -------- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9c360d485..fa1df8465 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,10 @@ and this project adheres to `Semantic Versioning bool: Boolean regarding success of pairing. """ + if self._bus is None: + self._bus = await MessageBus( + bus_type=BusType.SYSTEM, negotiate_unix_fd=True + ).connect() + # See if it is already paired. reply = await self._bus.call( Message(