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"],
|
2021-06-23 11:10:58 +00:00
|
|
|
"codeowners": ["@OttoWinter", "@jesserockz"],
|
2023-02-08 19:19:19 +00:00
|
|
|
"config_flow": true,
|
2023-04-18 02:22:11 +00:00
|
|
|
"dependencies": ["assist_pipeline", "bluetooth"],
|
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",
|
|
|
|
"loggers": ["aioesphomeapi", "noiseprotocol"],
|
2023-04-16 21:55:08 +00:00
|
|
|
"requirements": [
|
2023-06-07 23:36:22 +00:00
|
|
|
"aioesphomeapi==14.0.0",
|
2023-06-16 02:11:14 +00:00
|
|
|
"bluetooth-data-tools==1.2.0",
|
2023-04-16 21:55:08 +00:00
|
|
|
"esphome-dashboard-api==1.2.3"
|
|
|
|
],
|
2023-02-08 19:19:19 +00:00
|
|
|
"zeroconf": ["_esphomelib._tcp.local."]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|