Bump wled to 0.2.1 (#30474)

* Bump wled to 0.2.0

* Bump wled to 0.2.1
This commit is contained in:
Franck Nijhof 2020-01-04 22:52:37 +01:00 committed by Paulus Schoutsen
parent 4e62da9c8e
commit 42b86d4b4e
5 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@ from .const import (
DOMAIN,
)
SCAN_INTERVAL = timedelta(seconds=5)
SCAN_INTERVAL = timedelta(seconds=10)
WLED_COMPONENTS = (LIGHT_DOMAIN, SENSOR_DOMAIN, SWITCH_DOMAIN)
_LOGGER = logging.getLogger(__name__)
@ -50,7 +50,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
# Create WLED instance for this entry
session = async_get_clientsession(hass)
wled = WLED(entry.data[CONF_HOST], loop=hass.loop, session=session)
wled = WLED(entry.data[CONF_HOST], session=session)
# Ensure we can connect and talk to it
try:

View File

@ -75,7 +75,7 @@ class WLEDFlowHandler(ConfigFlow, domain=DOMAIN):
errors = {}
session = async_get_clientsession(self.hass)
wled = WLED(user_input[CONF_HOST], loop=self.hass.loop, session=session)
wled = WLED(user_input[CONF_HOST], session=session)
try:
device = await wled.update()

View File

@ -3,7 +3,7 @@
"name": "WLED",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/wled",
"requirements": ["wled==0.1.0"],
"requirements": ["wled==0.2.1"],
"dependencies": [],
"zeroconf": ["_wled._tcp.local."],
"codeowners": ["@frenck"]

View File

@ -2049,7 +2049,7 @@ wirelesstagpy==0.4.0
withings-api==2.1.3
# homeassistant.components.wled
wled==0.1.0
wled==0.2.1
# homeassistant.components.wunderlist
wunderpy2==0.1.6

View File

@ -647,7 +647,7 @@ watchdog==0.8.3
withings-api==2.1.3
# homeassistant.components.wled
wled==0.1.0
wled==0.2.1
# homeassistant.components.bluesound
# homeassistant.components.startca