core/homeassistant/components/esphome/manifest.json

13 lines
402 B
JSON

{
"domain": "esphome",
"name": "ESPHome",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/esphome",
"requirements": ["aioesphomeapi==10.8.2"],
"zeroconf": ["_esphomelib._tcp.local."],
"codeowners": ["@OttoWinter", "@jesserockz"],
"after_dependencies": ["zeroconf", "tag"],
"iot_class": "local_push",
"loggers": ["aioesphomeapi", "noiseprotocol"]
}