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-04-04 04:14:45 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/components/esphome",
|
|
|
|
"requirements": [
|
2019-06-18 15:43:11 +00:00
|
|
|
"aioesphomeapi==2.2.0"
|
2019-04-04 04:14:45 +00:00
|
|
|
],
|
|
|
|
"dependencies": [],
|
2019-05-23 06:55:08 +00:00
|
|
|
"zeroconf": ["_esphomelib._tcp.local."],
|
2019-04-04 04:14:45 +00:00
|
|
|
"codeowners": [
|
|
|
|
"@OttoWinter"
|
|
|
|
]
|
|
|
|
}
|