2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "esphome",
|
2019-04-08 13:44:24 +00:00
|
|
|
"name": "ESPHome",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/esphome",
|
2022-12-13 22:57:54 +00:00
|
|
|
"requirements": ["aioesphomeapi==13.0.2"],
|
2019-05-23 06:55:08 +00:00
|
|
|
"zeroconf": ["_esphomelib._tcp.local."],
|
2022-06-30 17:07:03 +00:00
|
|
|
"dhcp": [{ "registered_devices": true }],
|
2021-06-23 11:10:58 +00:00
|
|
|
"codeowners": ["@OttoWinter", "@jesserockz"],
|
2022-08-23 14:41:50 +00:00
|
|
|
"after_dependencies": ["bluetooth", "zeroconf", "tag"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
2022-10-19 10:41:43 +00:00
|
|
|
"integration_type": "device",
|
2022-01-28 21:37:53 +00:00
|
|
|
"loggers": ["aioesphomeapi", "noiseprotocol"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|