Releases: GeorgeSG/philips_airpurifier_http
Releases · GeorgeSG/philips_airpurifier_http
1.5.0
1.4.2
1.4.1
1.4.0
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
.
1.2.0
1.1.2
1.1.1
1.1.0
New Home Assistant Fan services & state
Implements the new Home Assistant Fan services:
- Preset Mode
- Percentage
Example usage of set_preset_mode
:
service: fan.set_preset_mode
entity_id: fan.living_room
data:
preset_mode: "auto"
The supported preset modes are: auto, allergen, sleep, manual, bacteria, night (if your device supports them).
Example usage of set_percentage
:
service: fan.set_percentage
entity_id: fan.living_room
data:
percentage: 50
Percentage is essentially mapped to 5 speeds: off, silent, speed 1, speed 2, speed 3, turbo.
Removed
Removes speed
and set_speed
- they are deprecated in Home Assistant now.
Misc
- Sets
version
in manifest.json so Home Assistant doesn't complain - Updates
py-air-control
version