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

Commit d15b318

Browse files
authored
Merge pull request #246 from home-assistant/add-hass-mobile-app
Add hass mobile app detection
2 parents 4b89ff1 + 5c2b710 commit d15b318

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
"""Discover Home Assistant servers."""
2+
from . import MDNSDiscoverable
3+
4+
5+
class Discoverable(MDNSDiscoverable):
6+
"""Add support for discovering mobile apps that support Home Assistant."""
7+
8+
def __init__(self, nd):
9+
super(Discoverable, self).__init__(nd, '_hass-mobile-app._tcp.local.')

0 commit comments

Comments
 (0)