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

Commit 97d455d

Browse files
andrewsayreballoob
authored andcommitted
Add heos discoverable (#250)
1 parent d15b318 commit 97d455d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

netdisco/discoverables/heos.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"""Discover Heos devices."""
2+
from . import SSDPDiscoverable
3+
4+
5+
class Discoverable(SSDPDiscoverable):
6+
"""Add support for discovering DLNA services."""
7+
8+
def get_entries(self):
9+
"""Get all the HEOS devices."""
10+
return self.find_by_st("urn:schemas-denon-com:device:ACT-Denon:1")

0 commit comments

Comments
 (0)