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",
|
2021-02-16 06:19:31 +00:00
|
|
|
"requirements": ["aioesphomeapi==2.6.5"],
|
2019-05-23 06:55:08 +00:00
|
|
|
"zeroconf": ["_esphomelib._tcp.local."],
|
2020-09-04 19:01:41 +00:00
|
|
|
"codeowners": ["@OttoWinter"],
|
2020-09-16 09:54:59 +00:00
|
|
|
"after_dependencies": ["zeroconf", "tag"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|