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
329 B

4 years ago
  1. """Discover Konnected Security devices."""
  2. from . import SSDPDiscoverable
  3. class Discoverable(SSDPDiscoverable):
  4. """Add support for discovering Konnected Security devices."""
  5. def get_entries(self):
  6. """Return all Konnected entries."""
  7. return self.find_by_st('urn:schemas-konnected-io:device:Security:1')