Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Releases: marthoc/homeseer

1.1.0

14 Aug 12:40
433b9a7
Compare
Choose a tag to compare
1.1.0 (#59)

Enable root devices as entities (#58)

Removed code which filtered out HomeSeer root devices; while these devices are not used by the Z-Wave PI for any control or status purpose, they appear to be used by other PIs (e.g. Insteon) for control/status. Enabling them will have no drawback for Z-Wave (an additional useless entity will be created).

1.0.1

10 Aug 14:34
7648949
Compare
Choose a tag to compare
1.0.1 (#57)

Bugfix: Home Assistant renamed constants for Amp and Volt, causing the sensor platform to not load; this fix renames the constants so they will import correctly

Co-authored-by: Jim Cortez <jim@jimcortez.com>

1.0.0

24 Feb 17:19
5b7d35c
Compare
Choose a tag to compare
1.0.0 (#39)

The first major release for this custom integration contains the following additions and changes:
- Adds a config flow: the integration must now be configured in the Home Assistant UI under Configuration/Integrations.
- Ability to reload the integration without restarting Home Assistant (i.e to pull in new or modified devices from HomeSeer).
- Complete rewrite to to support all devices present in HomeSeer. Quirks have been added to ensure that certain Z-Wave devices will be supported properly, and config flow steps have been added to allow users to tweak how certain devices appear in HA. The integration should be stable and now offer a platform for expanding device support easily in the future.