core/homeassistant/components/esphome
Jesse Hills 0ddccb26fa
ESPHome voice assistant (#90691)
* Add ESPHome push-to-talk

* Send pipeline events to device

* Bump aioesphomeapi to 13.7.0

* Log error instead of print

* Rename variable

* lint

* Rename

* Fix type and cast

* Move event data manipulation into voice_assistant callback
Process full url

* Add a test?

* Remove import

* More tests

* Update import

* Update manifest

* fix tests

* Ugh

---------

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2023-04-13 19:18:56 -04:00
..
bluetooth Add support for clearing the on device GATT cache to esphome (#90318) 2023-03-27 09:34:28 +02:00
__init__.py ESPHome voice assistant (#90691) 2023-04-13 19:18:56 -04:00
binary_sensor.py
button.py
camera.py
climate.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
config_flow.py
const.py
cover.py Disable esphome stopping a cover if the cover doesn't support stopping (#80104) 2023-03-28 16:43:47 +02:00
dashboard.py
diagnostics.py
domain_data.py
entry_data.py Fix state being cleared on disconnect with deep sleep esphome devices (#90925) 2023-04-06 16:32:02 -04:00
enum_mapper.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
fan.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
light.py
lock.py
manifest.json ESPHome voice assistant (#90691) 2023-04-13 19:18:56 -04:00
media_player.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
number.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
select.py
sensor.py Move enum mapper to own file to prevent circular dependency (#90890) 2023-04-05 22:55:51 -04:00
services.yaml
strings.json
switch.py
update.py
voice_assistant.py ESPHome voice assistant (#90691) 2023-04-13 19:18:56 -04:00