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-06-21 09:00:21 +00:00
|
|
|
"codeowners": ["@OttoWinter", "@jesserockz", "@bdraco"],
|
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-07-02 14:29:45 +00:00
|
|
|
"aioesphomeapi==15.1.1",
|
2023-06-29 23:03:59 +00:00
|
|
|
"bluetooth-data-tools==1.3.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
|
|
|
}
|