14 lines
459 B
JSON
14 lines
459 B
JSON
{
|
|
"domain": "esphome",
|
|
"name": "ESPHome",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/esphome",
|
|
"requirements": ["aioesphomeapi==11.1.1"],
|
|
"zeroconf": ["_esphomelib._tcp.local."],
|
|
"dhcp": [{ "registered_devices": true }],
|
|
"codeowners": ["@OttoWinter", "@jesserockz"],
|
|
"after_dependencies": ["bluetooth", "zeroconf", "tag"],
|
|
"iot_class": "local_push",
|
|
"loggers": ["aioesphomeapi", "noiseprotocol"]
|
|
}
|