Thanks to visit codestin.com
Credit goes to github.com

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

Tags: marthoc/homeseer

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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 <[email protected]>

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.