24 lines
658 B
JSON
24 lines
658 B
JSON
{
|
|
"domain": "esphome",
|
|
"name": "ESPHome",
|
|
"after_dependencies": ["zeroconf", "tag"],
|
|
"codeowners": ["@OttoWinter", "@jesserockz", "@kbx81", "@bdraco"],
|
|
"config_flow": true,
|
|
"dependencies": ["assist_pipeline", "bluetooth"],
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/esphome",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aioesphomeapi", "noiseprotocol", "bleak_esphome"],
|
|
"requirements": [
|
|
"aioesphomeapi==21.0.1",
|
|
"esphome-dashboard-api==1.2.3",
|
|
"bleak-esphome==0.4.1"
|
|
],
|
|
"zeroconf": ["_esphomelib._tcp.local."]
|
|
}
|