2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "esphome",
|
2019-04-08 13:44:24 +00:00
|
|
|
"name": "ESPHome",
|
2023-04-18 02:22:11 +00:00
|
|
|
"after_dependencies": ["zeroconf", "tag"],
|
2023-08-31 21:50:25 +00:00
|
|
|
"codeowners": ["@OttoWinter", "@jesserockz", "@kbx81", "@bdraco"],
|
2023-02-08 19:19:19 +00:00
|
|
|
"config_flow": true,
|
2024-09-09 02:22:35 +00:00
|
|
|
"dependencies": ["assist_pipeline", "bluetooth", "intent", "ffmpeg", "http"],
|
2023-02-08 19:19:19 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"registered_devices": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/esphome",
|
2022-10-19 10:41:43 +00:00
|
|
|
"integration_type": "device",
|
2023-02-08 19:19:19 +00:00
|
|
|
"iot_class": "local_push",
|
2023-12-14 17:21:31 +00:00
|
|
|
"loggers": ["aioesphomeapi", "noiseprotocol", "bleak_esphome"],
|
2024-05-10 11:32:42 +00:00
|
|
|
"mqtt": ["esphome/discover/#"],
|
2024-06-27 11:26:38 +00:00
|
|
|
"quality_scale": "platinum",
|
2023-04-16 21:55:08 +00:00
|
|
|
"requirements": [
|
2024-09-17 03:08:39 +00:00
|
|
|
"aioesphomeapi==27.0.0",
|
2023-12-14 17:21:31 +00:00
|
|
|
"esphome-dashboard-api==1.2.3",
|
2024-02-19 09:38:28 +00:00
|
|
|
"bleak-esphome==1.0.0"
|
2023-04-16 21:55:08 +00:00
|
|
|
],
|
2023-02-08 19:19:19 +00:00
|
|
|
"zeroconf": ["_esphomelib._tcp.local."]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|