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

Commit 5838e94

Browse files
committed
Add hass mobile app
1 parent 4b89ff1 commit 5838e94

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 Home Assistant instances."""
7+
8+
def __init__(self, nd):
9+
super(Discoverable, self).__init__(nd, '_hass-mobile-app._tcp.local.')

0 commit comments

Comments
 (0)