Skip to content

Commit

Permalink
Merge pull request #100 from mrtwnklr/feature/add-child-lock-switch-t…
Browse files Browse the repository at this point in the history
…o-ac4236

feat: Add child lock switch support for AC4236
  • Loading branch information
kongo09 authored Jan 6, 2024
2 parents 54de0c1 + 20fdb8a commit 683b5ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/philips_airpurifier_coap/philips.py
Original file line number Diff line number Diff line change
Expand Up @@ -1250,6 +1250,7 @@ class PhilipsAC4236(PhilipsGenericCoAPFan):
PhilipsApi.SPEED: "t",
},
}
AVAILABLE_SWITCHES = [PHILIPS_CHILD_LOCK]


class PhilipsAC4558(PhilipsGenericCoAPFan):
Expand Down

0 comments on commit 683b5ab

Please sign in to comment.