Skip to content

Commit

Permalink
Merge branch 'release/2022.12.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Dec 11, 2022
2 parents 83ef249 + 1ddf45c commit 4c4d2d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions custom_components/xiaomi_miio_airpurifier/fan.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@

# Air Humidifier CA
# ATTR_MOTOR_SPEED = "motor_speed"
ATTR_DEPTH = "depth"
ATTR_DRY = "dry"

# Air Humidifier CA4
Expand Down Expand Up @@ -487,7 +486,6 @@
**AVAILABLE_ATTRIBUTES_AIRHUMIDIFIER_COMMON,
ATTR_TARGET_HUMIDITY: "target_humidity",
ATTR_MOTOR_SPEED: "motor_speed",
ATTR_DEPTH: "depth", # deprecated
ATTR_DRY: "dry",
ATTR_CHILD_LOCK: "child_lock",
ATTR_LED_BRIGHTNESS: "led_brightness",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miio_airpurifier/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "xiaomi_miio_airpurifier",
"name": "Xiaomi Mi Air Purifier, Air Humidifier, Air Fresh and Pedestal Fan Integration",
"version": "2022.8.0.0",
"version": "2022.12.0.0",
"iot_class": "local_polling",
"config_flow": false,
"documentation": "https://github.com/syssi/xiaomi_airpurifier",
Expand Down

0 comments on commit 4c4d2d5

Please sign in to comment.