1.3.0
Breaking Change - component renamed to philips_airpurifier_http
!
The component has been (at least temporarily) renamed to philips_airpurifier_http
to indicate it does not support COAP devices and to avoid name collision with other custom components that support COAP devices.
Updating from version 1.2.0
- Update the
platform
in your yaml config fromplatform: philips_airpurifier
toplatform: philips_airpurifier_http
. - Update the usages of all
philips_airpurifier
services. The domain is nowphilips_airpurifier_http
. For example, updatephilips_airpurifier.set_child_lock
tophilips_airpurifier_http.set_child_lock
. - (optional) Remove the old
philips_airpurifier
folder from yourcustom_components
.