Skip to content

1.3.0

Compare
Choose a tag to compare
@GeorgeSG GeorgeSG released this 14 Apr 22:15
· 6 commits to master since this release

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

  1. Update the platform in your yaml config from platform: philips_airpurifier to platform: philips_airpurifier_http.
  2. Update the usages of all philips_airpurifier services. The domain is now philips_airpurifier_http. For example, update philips_airpurifier.set_child_lock to philips_airpurifier_http.set_child_lock.
  3. (optional) Remove the old philips_airpurifier folder from your custom_components.