mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 20:04:35 +02:00
ee71d2ca60
* Bump aioesphomeapi to 2.1.0 * Update requirements txt
15 lines
299 B
JSON
15 lines
299 B
JSON
{
|
|
"domain": "esphome",
|
|
"name": "ESPHome",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/components/esphome",
|
|
"requirements": [
|
|
"aioesphomeapi==2.1.0"
|
|
],
|
|
"dependencies": [],
|
|
"zeroconf": ["_esphomelib._tcp.local."],
|
|
"codeowners": [
|
|
"@OttoWinter"
|
|
]
|
|
}
|