Bump python-matter-server to version 4.0.0 (#102786)
This commit is contained in:
parent
4cac20f835
commit
bcade5fe73
5 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue