summaryrefslogtreecommitdiff
path: root/netdisco/discoverables/hass_ios.py
blob: 84c1eaab7c9afe0f9a349c75677a148f2b4645be (plain)
1
2
3
4
5
6
7
8
9
"""Discover Home Assistant iOS app."""
from . import MDNSDiscoverable


class Discoverable(MDNSDiscoverable):
    """Add support for discovering the Home Assistant iOS app."""

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