crownstone-sse: bump to 2.0.4 (#78538)
This commit is contained in:
parent
dd20a7ea62
commit
635ed562ee
5 changed files with 6 additions and 3 deletions
|
@ -7,6 +7,7 @@ from homeassistant.const import Platform
|
||||||
|
|
||||||
# Platforms
|
# Platforms
|
||||||
DOMAIN: Final = "crownstone"
|
DOMAIN: Final = "crownstone"
|
||||||
|
PROJECT_NAME: Final = "home-assistant-core"
|
||||||
PLATFORMS: Final[list[Platform]] = [Platform.LIGHT]
|
PLATFORMS: Final[list[Platform]] = [Platform.LIGHT]
|
||||||
|
|
||||||
# Listeners
|
# Listeners
|
||||||
|
|
|
@ -27,6 +27,7 @@ from .const import (
|
||||||
CONF_USB_SPHERE,
|
CONF_USB_SPHERE,
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
PLATFORMS,
|
PLATFORMS,
|
||||||
|
PROJECT_NAME,
|
||||||
SSE_LISTENERS,
|
SSE_LISTENERS,
|
||||||
UART_LISTENERS,
|
UART_LISTENERS,
|
||||||
)
|
)
|
||||||
|
@ -84,6 +85,7 @@ class CrownstoneEntryManager:
|
||||||
password=password,
|
password=password,
|
||||||
access_token=self.cloud.access_token,
|
access_token=self.cloud.access_token,
|
||||||
websession=aiohttp_client.async_create_clientsession(self.hass),
|
websession=aiohttp_client.async_create_clientsession(self.hass),
|
||||||
|
project_name=PROJECT_NAME,
|
||||||
)
|
)
|
||||||
# Listen for events in the background, without task tracking
|
# Listen for events in the background, without task tracking
|
||||||
asyncio.create_task(self.async_process_events(self.sse))
|
asyncio.create_task(self.async_process_events(self.sse))
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/crownstone",
|
"documentation": "https://www.home-assistant.io/integrations/crownstone",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"crownstone-cloud==1.4.9",
|
"crownstone-cloud==1.4.9",
|
||||||
"crownstone-sse==2.0.3",
|
"crownstone-sse==2.0.4",
|
||||||
"crownstone-uart==2.1.0",
|
"crownstone-uart==2.1.0",
|
||||||
"pyserial==3.5"
|
"pyserial==3.5"
|
||||||
],
|
],
|
||||||
|
|
|
@ -523,7 +523,7 @@ croniter==1.0.6
|
||||||
crownstone-cloud==1.4.9
|
crownstone-cloud==1.4.9
|
||||||
|
|
||||||
# homeassistant.components.crownstone
|
# homeassistant.components.crownstone
|
||||||
crownstone-sse==2.0.3
|
crownstone-sse==2.0.4
|
||||||
|
|
||||||
# homeassistant.components.crownstone
|
# homeassistant.components.crownstone
|
||||||
crownstone-uart==2.1.0
|
crownstone-uart==2.1.0
|
||||||
|
|
|
@ -400,7 +400,7 @@ croniter==1.0.6
|
||||||
crownstone-cloud==1.4.9
|
crownstone-cloud==1.4.9
|
||||||
|
|
||||||
# homeassistant.components.crownstone
|
# homeassistant.components.crownstone
|
||||||
crownstone-sse==2.0.3
|
crownstone-sse==2.0.4
|
||||||
|
|
||||||
# homeassistant.components.crownstone
|
# homeassistant.components.crownstone
|
||||||
crownstone-uart==2.1.0
|
crownstone-uart==2.1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue