Skip to content

Releases: mjoshd/hyperhdr-ha

0.0.7

04 Aug 17:00
Compare
Choose a tag to compare
  • Update most code to match changes present in the official Hyperion component as of 2024.07.4
  • Retained code from v0.0.6 light.py since updating that to match Hyperion code breaks multiple aspects of the light entity
  • Camera is still broken and remains disabled
    • If anyoneone can fix it then please do so and create a pull request!
    • See __init__.py for more info.

0.0.6

07 May 15:37
Compare
Choose a tag to compare

Match changes present in the official Hyperion component as of ha-core-2022.05.2
Bump hyperhdr-py version

0.0.5

15 Feb 12:06
Compare
Choose a tag to compare

Adds support for entity categories.

0.0.4

26 Jan 16:23
Compare
Choose a tag to compare

Breaking changes

  • removed camera (sensor) due to instability

Remediation for existing installations

Only do the following if you are updating from an earlier version:

  • Install v0.0.4
  • Restart Home Assistant
  • Remove the orphaned camera entity
    • go to Configuration > Devices & Services > Integrations
    • locate HyperHDR
    • click the '12 entities' link
    • select the checkbox next to the orphaned camera entity
    • click 'REMOVE SELECTED'
    • click 'REMOVE'

Alternative remediation method (nuclear option)

Only do the following if you are unsuccessful with the previous steps:

  • Install v0.0.4
  • Delete the HyperHDR integration
    • go to Configuration > Devices & Services > Integrations > HyperHDR > 3-dots menu
    • click 'DELETE'
    • click 'OK'
  • Restart Home Assistant
  • Re-add the HyperHDR integration

0.0.3

23 Jan 09:24
Compare
Choose a tag to compare

Fix camera stream error. 🎉

Would have been impossible without the hard work and examples provided by our awesome Home Assistant developers.

0.0.2

08 Dec 11:30
Compare
Choose a tag to compare

adjust const to work with hyperhdr api calls
bump version

0.0.1

07 Dec 17:33
Compare
Choose a tag to compare

Initial release!