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.

11 lines
401 B

4 years ago
  1. """Discover Lutron Caseta Smart Bridge and Smart Bridge Pro devices."""
  2. from . import MDNSDiscoverable
  3. class Discoverable(MDNSDiscoverable):
  4. """Add support for discovering Lutron Caseta Smart Bridge
  5. and Smart Bridge Pro devices."""
  6. def __init__(self, nd):
  7. """Initialize the Lutron Smart Bridge discovery."""
  8. super(Discoverable, self).__init__(nd, '_lutron._tcp.local.')