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

Commit

Permalink
Merge pull request #246 from home-assistant/add-hass-mobile-app
Browse files Browse the repository at this point in the history
Add hass mobile app detection
  • Loading branch information
robbiet480 authored Mar 14, 2019
2 parents 4b89ff1 + 5c2b710 commit d15b318
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions netdisco/discoverables/hass_mobile_app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
"""Discover Home Assistant servers."""
from . import MDNSDiscoverable


class Discoverable(MDNSDiscoverable):
"""Add support for discovering mobile apps that support Home Assistant."""

def __init__(self, nd):
super(Discoverable, self).__init__(nd, '_hass-mobile-app._tcp.local.')

0 comments on commit d15b318

Please sign in to comment.