Skip to content

GH166 - audio amp#170

Merged
zghp merged 9 commits intodevelopfrom
feature/gh166-audio_amplifier_controller_module
Jul 16, 2025
Merged

GH166 - audio amp#170
zghp merged 9 commits intodevelopfrom
feature/gh166-audio_amplifier_controller_module

Conversation

@zghp
Copy link
Contributor

@zghp zghp commented Jun 18, 2025

No description provided.

@zghp zghp requested a review from TB-1993 June 18, 2025 19:14
@zghp zghp self-assigned this Jun 18, 2025
@zghp zghp added the enhancement New feature or request label Jun 18, 2025
await self.receiver.async_power_off()

async def set_volume(self, volume: float):
await self.receiver.async_set_volume(volume)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we decide volume is better as an Int (0 - 100), we can convert it to a float here if required (especially if the denon set_volume method expects a range from 0 - 1)

@TB-1993
Copy link
Contributor

TB-1993 commented Jun 25, 2025

Still missing the core/ audioamplifier class to read the config and differentiate itself into one of the supported controllers.

@TB-1993 TB-1993 linked an issue Jul 9, 2025 that may be closed by this pull request
@zghp zghp marked this pull request as ready for review July 14, 2025 16:46
Copy link
Contributor

@TB-1993 TB-1993 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, ship it!

@zghp zghp merged commit d7646e0 into develop Jul 16, 2025
5 checks passed
Anbukannadhasan pushed a commit that referenced this pull request Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task: Implement Audio amplifier controller module for first device

2 participants