mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 01:03:17 +01:00
Bump Kaleidescape integration dependancy to v1.1.1 (#163384)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import logging
|
||||
from typing import TYPE_CHECKING
|
||||
from typing import TYPE_CHECKING, Any
|
||||
|
||||
from homeassistant.core import callback
|
||||
from homeassistant.helpers.device_registry import DeviceInfo
|
||||
@@ -44,7 +44,7 @@ class KaleidescapeEntity(Entity):
|
||||
"""Register update listener."""
|
||||
|
||||
@callback
|
||||
def _update(event: str) -> None:
|
||||
def _update(event: str, *args: Any) -> None:
|
||||
"""Handle device state changes."""
|
||||
self.async_write_ha_state()
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/kaleidescape",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["pykaleidescape==1.0.2"],
|
||||
"requirements": ["pykaleidescape==1.1.1"],
|
||||
"ssdp": [
|
||||
{
|
||||
"deviceType": "schemas-upnp-org:device:Basic:1",
|
||||
|
||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -2175,7 +2175,7 @@ pyituran==0.1.5
|
||||
pyjvcprojector==2.0.1
|
||||
|
||||
# homeassistant.components.kaleidescape
|
||||
pykaleidescape==1.0.2
|
||||
pykaleidescape==1.1.1
|
||||
|
||||
# homeassistant.components.kira
|
||||
pykira==0.1.1
|
||||
|
||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -1852,7 +1852,7 @@ pyituran==0.1.5
|
||||
pyjvcprojector==2.0.1
|
||||
|
||||
# homeassistant.components.kaleidescape
|
||||
pykaleidescape==1.0.2
|
||||
pykaleidescape==1.1.1
|
||||
|
||||
# homeassistant.components.kira
|
||||
pykira==0.1.1
|
||||
|
||||
Reference in New Issue
Block a user