* Move ESPHome component to use zeroconf discovery * Remove esphome from discovery component
14 lines
214 B
Python
14 lines
214 B
Python
"""Automatically generated by hassfest.
|
|
|
|
To update, run python3 -m hassfest
|
|
"""
|
|
|
|
|
|
SERVICE_TYPES = {
|
|
"_axis-video._tcp.local.": [
|
|
"axis"
|
|
],
|
|
"_esphomelib._tcp.local.": [
|
|
"esphome"
|
|
]
|
|
}
|