Skip to content

1.1.0

Compare
Choose a tag to compare
@GeorgeSG GeorgeSG released this 30 Mar 21:22
· 26 commits to master since this release

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