mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* Add speech detection to esphome voice assistant * Timeout after silence Ensure events are sent before finish is called * use va_version 3 instead of ESPHome version * Convert repeated fixtures to factory * Add some v3 tests * Add conversation_id * Bump aioesphomeapi to 13.8.0 * Fix missed buffering of detected chunk * Alter log message * Updates * Spelling * Fix return type
24 lines
627 B
JSON
24 lines
627 B
JSON
{
|
|
"domain": "esphome",
|
|
"name": "ESPHome",
|
|
"after_dependencies": ["zeroconf", "tag"],
|
|
"codeowners": ["@OttoWinter", "@jesserockz"],
|
|
"config_flow": true,
|
|
"dependencies": ["assist_pipeline", "bluetooth"],
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/esphome",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aioesphomeapi", "noiseprotocol"],
|
|
"requirements": [
|
|
"aioesphomeapi==13.9.0",
|
|
"bluetooth-data-tools==0.4.0",
|
|
"esphome-dashboard-api==1.2.3"
|
|
],
|
|
"zeroconf": ["_esphomelib._tcp.local."]
|
|
}
|