Bump python-matter-server to version 4.0.0 (#102786)

This commit is contained in:
Marcel van der Veldt 2023-10-25 16:51:42 +02:00 committed by GitHub
parent 4cac20f835
commit bcade5fe73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -44,7 +44,7 @@ HVAC_SYSTEM_MODE_MAP = {
}
SystemModeEnum = clusters.Thermostat.Enums.ThermostatSystemMode
ControlSequenceEnum = clusters.Thermostat.Enums.ThermostatControlSequence
ThermostatFeature = clusters.Thermostat.Bitmaps.ThermostatFeature
ThermostatFeature = clusters.Thermostat.Bitmaps.Feature
class ThermostatRunningState(IntEnum):
@ -268,7 +268,7 @@ class MatterClimate(MatterEntity, ClimateEntity):
@staticmethod
def _create_optional_setpoint_command(
mode: clusters.Thermostat.Enums.SetpointAdjustMode,
mode: clusters.Thermostat.Enums.SetpointAdjustMode | int,
target_temp: float,
current_target_temp: float,
) -> clusters.Thermostat.Commands.SetpointRaiseLower | None:

View file

@ -21,7 +21,7 @@ from .entity import MatterEntity
from .helpers import get_matter
from .models import MatterDiscoverySchema
SwitchFeature = clusters.Switch.Bitmaps.SwitchFeature
SwitchFeature = clusters.Switch.Bitmaps.Feature
EVENT_TYPES_MAP = {
# mapping from raw event id's to translation keys

View file

@ -6,5 +6,5 @@
"dependencies": ["websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/matter",
"iot_class": "local_push",
"requirements": ["python-matter-server==3.7.0"]
"requirements": ["python-matter-server==4.0.0"]
}

View file

@ -2147,7 +2147,7 @@ python-kasa[speedups]==0.5.3
# python-lirc==1.2.3
# homeassistant.components.matter
python-matter-server==3.7.0
python-matter-server==4.0.0
# homeassistant.components.xiaomi_miio
python-miio==0.5.12

View file

@ -1600,7 +1600,7 @@ python-juicenet==1.1.0
python-kasa[speedups]==0.5.3
# homeassistant.components.matter
python-matter-server==3.7.0
python-matter-server==4.0.0
# homeassistant.components.xiaomi_miio
python-miio==0.5.12