Skip to content

Commit

Permalink
Reverse groups (#140)
Browse files Browse the repository at this point in the history
* Update const.py

* Update pyproject.toml
  • Loading branch information
derjoerg authored Dec 2, 2024
1 parent 977a608 commit 94a7ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["src/abbfreeathome"]

[project]
name = "local-abbfreeathome"
version = "1.17.2"
version = "1.17.3"
authors = [
{ name="Adam Kingsley", email="adam@kingsley.io" },
]
Expand Down Expand Up @@ -165,4 +165,4 @@ pythonpath = [
]

[tool.coverage.run]
omit = ["*/tests/*"]
omit = ["*/tests/*"]
2 changes: 0 additions & 2 deletions src/abbfreeathome/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
Function.FID_ATTIC_WINDOW_ACTUATOR: AtticWindowActuator,
Function.FID_AWNING_ACTUATOR: AwningActuator,
Function.FID_BLIND_ACTUATOR: BlindActuator,
Function.FID_BLIND_GROUP: ShutterActuator,
Function.FID_BLIND_SENSOR: BlindSensor,
Function.FID_BLIND_SENSOR_ROCKER_TYPE0: BlindSensor,
Function.FID_BLIND_SENSOR_ROCKER_TYPE1: BlindSensor,
Expand All @@ -48,7 +47,6 @@
Function.FID_DIMMING_SENSOR: DimmingSensor,
Function.FID_FORCE_ON_OFF_SENSOR: ForceOnOffSensor,
Function.FID_HEATING_ACTUATOR: HeatingActuator,
Function.FID_LIGHT_GROUP: SwitchActuator,
Function.FID_MOVEMENT_DETECTOR: MovementDetector,
Function.FID_MOVEMENT_DETECTOR_PYCUSTOM0: MovementDetector,
Function.FID_RAIN_SENSOR: RainSensor,
Expand Down

0 comments on commit 94a7ad0

Please sign in to comment.