Skip to content

Releases: loopj/home-assistant-vantage

0.8.0

26 Jul 00:18
Compare
Choose a tag to compare

Features

  • Generate events on the Home Assistant event bus for Vantage tasks
  • Add support for PortDevices as parent devices, e.g. shade or lighting hubs connected to the Vantage controller
  • Add support for Loads of type Motor as switches
  • Determine dimmability of Loads using the associated PowerProfile

0.8.0-rc1

26 Jul 00:01
Compare
Choose a tag to compare
0.8.0-rc1 Pre-release
Pre-release

Features

  • Generate events on the Home Assistant event bus for Vantage tasks
  • Add support for PortDevices as parent devices, e.g. shade or lighting hubs connected to the Vantage controller
  • Add support for Loads of type Motor as switches
  • Determine dimmability of Loads using the associated PowerProfile

0.7.0

13 Jul 00:06
Compare
Choose a tag to compare
  • Add support for start_task and stop_task service calls
  • Use Display Name by default for entity and device names

0.6.0

12 Jul 05:06
Compare
Choose a tag to compare

Changes

  • Vantage button press events are now fired to the Home Assistant event bus
  • Bump aiovantage version to 0.8.0

0.6.0-rc1

12 Jul 04:55
Compare
Choose a tag to compare
0.6.0-rc1 Pre-release
Pre-release

Changes

  • Vantage button press events are now fired to the Home Assistant event bus
  • Bump aiovantage version to 0.8.0

0.5.2

11 Jul 00:06
Compare
Choose a tag to compare

Features

  • Creates HA devices for Vantage Masters (Vantage controllers), Modules (dimmer modules, etc), and Stations (keypads, etc)
  • Handle OBJECT_ADDED, OBJECT_DELETED events from aiovantage, fired when objects are added to or deleted from a Vantage controller
  • Sets serial number as the unique id when setting up the integration from a user initiated flow to avoid being prompted to set up an already configured controller
  • Shows IP address and serial number as diagnostic entities on Vantage controller devices
  • Moves Vantage variables to their own device, which defaults to hidden
  • Sets module power/current/temperature sensors to disabled by default to reduce noise on dashboard, as recommended in the docs
  • Various quality of life improvements to config flow

Breaking

The following changes could be considered "breaking", and can be fixed by removing the integration and re-adding it.

  • Devices were previously all marked as "services" in previous versions, they aren't automatically migrated
  • Module sensors previously created a device for each sensor, which aren't automatically cleaned up from the device registry

0.4.0

01 Jul 07:11
Compare
Choose a tag to compare

Features

  • Add support for re-authentication
  • Add support for automatic setup retries
  • Add support for discovering both ssl and non-ssl hosts
  • Bump aiovantage to 0.5.0

Breaking

  • Unique ID is now Vantage serial number instead of hostname

0.3.4

27 Jun 22:14
Compare
Choose a tag to compare
  • Bump aiovantage to 0.4.0, fixes a couple of RGBLoad bugs

0.3.3

20 Jun 22:11
Compare
Choose a tag to compare
  • Bump aiovantage to 0.2.3, fixes status fetching bug (thanks @ptr727!)

0.3.2

20 Jun 07:00
Compare
Choose a tag to compare
  • Bump aiovantage to 0.2.2
  • Fix numerous linting issues
  • Ensure line endings don't get clobbered on windows (thanks @ptr727!)
  • Point to zip release in hacs.json (thanks @ptr727!)