Bump plugwise to v0.31.0 (#91831)

This commit is contained in:
Bouwe Westerdijk 2023-04-22 12:59:47 +02:00 committed by GitHub
parent ad355b3396
commit 624b8d1cbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -897,8 +897,8 @@ build.json @home-assistant/supervisor
/tests/components/plaato/ @JohNan
/homeassistant/components/plex/ @jjlawren
/tests/components/plex/ @jjlawren
/homeassistant/components/plugwise/ @CoMPaTech @bouwew @brefra @frenck
/tests/components/plugwise/ @CoMPaTech @bouwew @brefra @frenck
/homeassistant/components/plugwise/ @CoMPaTech @bouwew @frenck
/tests/components/plugwise/ @CoMPaTech @bouwew @frenck
/homeassistant/components/plum_lightpad/ @ColinHarrington @prystupa
/tests/components/plum_lightpad/ @ColinHarrington @prystupa
/homeassistant/components/point/ @fredrike

View File

@ -3,6 +3,7 @@ from __future__ import annotations
from typing import Any
from plugwise import Smile
from plugwise.exceptions import (
ConnectionFailedError,
InvalidAuthentication,
@ -11,7 +12,6 @@ from plugwise.exceptions import (
ResponseError,
UnsupportedDeviceError,
)
from plugwise.smile import Smile
import voluptuous as vol
from homeassistant.components.zeroconf import ZeroconfServiceInfo

View File

@ -1,12 +1,12 @@
{
"domain": "plugwise",
"name": "Plugwise",
"codeowners": ["@CoMPaTech", "@bouwew", "@brefra", "@frenck"],
"codeowners": ["@CoMPaTech", "@bouwew", "@frenck"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/plugwise",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["crcmod", "plugwise"],
"requirements": ["plugwise==0.27.5"],
"requirements": ["plugwise==0.31.0"],
"zeroconf": ["_plugwise._tcp.local."]
}

View File

@ -1371,7 +1371,7 @@ plexauth==0.0.6
plexwebsocket==0.0.13
# homeassistant.components.plugwise
plugwise==0.27.5
plugwise==0.31.0
# homeassistant.components.plum_lightpad
plumlightpad==0.0.11

View File

@ -1013,7 +1013,7 @@ plexauth==0.0.6
plexwebsocket==0.0.13
# homeassistant.components.plugwise
plugwise==0.27.5
plugwise==0.31.0
# homeassistant.components.plum_lightpad
plumlightpad==0.0.11