Skip to content

Releases: Pyhass/Hive-Custom-Component

2026.4.1

12 Apr 09:20
ac43070

Choose a tag to compare

What's Changed

🔐 Authentication Improvements

  • Enhanced 2FA Reauth Flow: Added device registration check during 2FA reauthentication to ensure proper device validation before proceeding with setup
  • mproved Error Handling: Better logging and validation during the reauthentication process

📦 Dependency Updates

  • pyhive-integration: Updated from development versions (1.0.9.dev1 → 1.0.9.dev3) to the stable 1.0.9 release
  • Version Bump: Component version updated to 2026.4.1

Technical Details

  • Modified config_flow.py to add device registration validation during reauth
  • Updated manifest.json with new version and stable dependency
  • Added debug logging for successful 2FA authentication

Full Changelog: 2026.2.2...2026.4.1

2026.3.1.b4

22 Mar 22:53
6463566

Choose a tag to compare

2026.3.1.b4 Pre-release
Pre-release

2026.3.1.b3

15 Mar 20:42
81fbe68

Choose a tag to compare

2026.3.1.b3 Pre-release
Pre-release

Full Changelog: 2026.2.2...2026.3.1.b3

#196 - Key error occurrs when a group of devices which arent heating are being created.

Info currently group devices are not supported by this libary

2026.3.1.b2

11 Mar 20:23
6764a1f

Choose a tag to compare

2026.3.1.b2 Pre-release
Pre-release

Full Changelog: 2026.2.2...2026.3.1.b2

2026.3.1.b1

07 Mar 15:41
27991d6

Choose a tag to compare

2026.3.1.b1 Pre-release
Pre-release

Full Changelog: 2026.2.2...2026.3.1.b1

Test beta build

2026.2.2

27 Feb 20:12
90a7904

Choose a tag to compare

What's Changed

  • chore: update pyhive-integration dependency to stable 1.0.8 release by @KJonline in #194

Full Changelog: 2026.2.1...2026.2.2

2026.2.1

27 Feb 20:08
4c8bf45

Choose a tag to compare

What's Changed

  • Fix Hive reauth loop by persisting device metadata; add debug 2FA toggle by @tamunro93 in #193

New Contributors

Full Changelog: 2025.11.2...2026.2.1

2025.11.2

10 Nov 22:40
d87d876

Choose a tag to compare

What's Changed

Full Changelog: 2025.11.1...2025.11.2

2025.11.1

09 Nov 12:54
9caa0dd

Choose a tag to compare

Full Changelog: 2025.11.0...2025.11.1

Remove support for alarm control panel due to hives discontinuation of its security products

2025.11.0

08 Nov 21:10

Choose a tag to compare

Full Changelog: 2025.10.1...2025.11.0

Fix Via Device issues and bring code base up to date with core