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,
|
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",
|
2023-12-14 17:21:31 +00:00
|
|
|
"loggers": ["aioesphomeapi", "noiseprotocol", "bleak_esphome"],
|
2023-04-16 21:55:08 +00:00
|
|
|
"requirements": [
|
2024-02-06 20:01:10 +00:00
|
|
|
"aioesphomeapi==21.0.2",
|
2023-12-14 17:21:31 +00:00
|
|
|
"esphome-dashboard-api==1.2.3",
|
2024-01-02 10:37:18 +00:00
|
|
|
"bleak-esphome==0.4.1"
|
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
|
|
|
}
|