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-03-17 07:50:34 +00:00
|
|
|
"requirements": ["aioesphomeapi==2.6.6"],
|
2019-05-23 06:55:08 +00:00
|
|
|
"zeroconf": ["_esphomelib._tcp.local."],
|
2020-09-04 19:01:41 +00:00
|
|
|
"codeowners": ["@OttoWinter"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"after_dependencies": ["zeroconf", "tag"],
|
|
|
|
"iot_class": "local_push"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|