pygaposa 0.2.2__tar.gz → 0.2.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pygaposa-0.2.2/pygaposa.egg-info → pygaposa-0.2.3}/PKG-INFO +1 -1
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/__meta__.py +1 -1
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/firebase.py +1 -1
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/gaposa.py +1 -1
- {pygaposa-0.2.2 → pygaposa-0.2.3/pygaposa.egg-info}/PKG-INFO +1 -1
- {pygaposa-0.2.2 → pygaposa-0.2.3}/CHANGELOG.rst +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/LICENSE +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/MANIFEST.in +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/README.rst +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/__init__.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/api.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/api_types.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/client.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/device.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/devicebase.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/geoapi.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/group.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/model.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/motor.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/poll_manager.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/room.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa/schedule.py +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa.egg-info/SOURCES.txt +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa.egg-info/dependency_links.txt +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa.egg-info/requires.txt +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pygaposa.egg-info/top_level.txt +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/pyproject.toml +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/requirements-dev.txt +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/requirements-docs.txt +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/requirements-test.txt +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/requirements.txt +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/setup.cfg +0 -0
- {pygaposa-0.2.2 → pygaposa-0.2.3}/setup.py +0 -0
|
@@ -4,7 +4,7 @@ name = "pygaposa"
|
|
|
4
4
|
path = name.lower().replace("-", "_").replace(" ", "_")
|
|
5
5
|
# Your version number should follow https://python.org/dev/peps/pep-0440 and
|
|
6
6
|
# https://semver.org
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.3"
|
|
8
8
|
author = "Mark Watson"
|
|
9
9
|
author_email = "markwatson@cantab.net"
|
|
10
10
|
description = "Unofficial module for access to Gaposa morotized shades cloud API"
|
|
@@ -246,7 +246,7 @@ class FirebaseApp:
|
|
|
246
246
|
websession: Optional[aiohttp.ClientSession] = None,
|
|
247
247
|
) -> None:
|
|
248
248
|
self.config: FirebaseConfig = config
|
|
249
|
-
self.logger = logging.getLogger("firebase")
|
|
249
|
+
self.logger = logging.getLogger("gaposa.firebase")
|
|
250
250
|
if loop:
|
|
251
251
|
self.loop: asyncio.AbstractEventLoop = loop
|
|
252
252
|
else:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|