Skip to content

Commit

Permalink
fix firmware base
Browse files Browse the repository at this point in the history
  • Loading branch information
kongo09 committed Nov 24, 2024
1 parent 0971662 commit 40d1bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/philips_airpurifier_coap/philips.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ class PhilipsAC085020C(PhilipsAC085011C):
"""AC0850/20 with firmware AWS_Philips_AIR_Combo."""


class PhilipsAC085031(PhilipsAC085011C):
class PhilipsAC085031(PhilipsAC085011):
"""AC0850/31."""


Expand Down

0 comments on commit 40d1bc8

Please sign in to comment.