Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Add discovery of HEOS devices #250

Merged
merged 1 commit into from
Apr 2, 2019
Merged

Add discovery of HEOS devices #250

merged 1 commit into from
Apr 2, 2019

Conversation

andrewsayre
Copy link
Contributor

Add discovery of HEOS devices.

Pull request in home-assistant: home-assistant/core#22652


def get_entries(self):
"""Get all the HEOS devices."""
return self.find_by_st("urn:schemas-denon-com:device:ACT-Denon:1")
Copy link
Contributor

Choose a reason for hiding this comment

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

This won't identify receivers or other denon devices?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

According to the CLI Specification (page 6), this is the search target for HEOS-enabled devices. It will include Denon and Marantz receivers, amps, and speakers that have HEOS, which is intentional. It should not match older devices that aren't HEOS enabled.

Copy link
Contributor

Choose a reason for hiding this comment

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

That could possibly be clarified.

@balloob balloob merged commit 97d455d into master Apr 2, 2019
@andrewsayre andrewsayre deleted the discover_heos branch April 2, 2019 17:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants