mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Bump aiowebostv to 0.8.0 (#177482)
This commit is contained in:
@@ -18,6 +18,7 @@ TO_REDACT = {
|
||||
"deviceUUID",
|
||||
"icon",
|
||||
"largeIcon",
|
||||
"macAddress",
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["aiowebostv"],
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["aiowebostv==0.7.5"],
|
||||
"requirements": ["aiowebostv==0.8.0"],
|
||||
"ssdp": [
|
||||
{
|
||||
"st": "urn:lge-com:service:webos-second-screen:1"
|
||||
|
||||
Generated
+1
-1
@@ -471,7 +471,7 @@ aiowatttime==0.1.1
|
||||
aiowebdav2==0.6.2
|
||||
|
||||
# homeassistant.components.webostv
|
||||
aiowebostv==0.7.5
|
||||
aiowebostv==0.8.0
|
||||
|
||||
# homeassistant.components.withings
|
||||
aiowithings==3.1.6
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
'is_connected': True,
|
||||
'is_registered': True,
|
||||
'tv_info': dict({
|
||||
'connection': dict({
|
||||
}),
|
||||
'hello': dict({
|
||||
'deviceUUID': '**REDACTED**',
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user