2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "esphome",
|
2019-04-08 13:44:24 +00:00
|
|
|
"name": "ESPHome",
|
2023-02-08 19:19:19 +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-01-03 02:10:39 +00:00
|
|
|
"dependencies": ["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-03-26 22:58:07 +00:00
|
|
|
"requirements": ["aioesphomeapi==13.6.0", "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
|
|
|
}
|