You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
337 B

4 years ago
  1. """Discover devices that implement the Bluesound platform."""
  2. from . import MDNSDiscoverable
  3. class Discoverable(MDNSDiscoverable):
  4. """Add support for discovering Bluesound service."""
  5. def __init__(self, nd):
  6. """Initialize the Bluesound discovery."""
  7. super(Discoverable, self).__init__(nd, '_musc._tcp.local.')