hass-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 Use try_parse_enum in integrations (#87085) 2023-02-02 12:34:01 +01:00
button.py Use try_parse_enum in integrations (#87085) 2023-02-02 12:34:01 +01:00
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 ESPHome handle remove password and no encryption (#86995) 2023-01-30 23:05:48 -05:00
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 Guard what version we can install ESPHome updates with (#87059) 2023-01-31 23:15:23 -05:00
diagnostics.py ESPHome dashboard tweaks (#86176) 2023-01-18 21:15:37 +01:00
domain_data.py Add Self typing (1) [mypy 1.0] (#87598) 2023-02-06 22:29:47 -06:00
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 Add issue to ESPHome deprecating api password (#86606) 2023-01-25 11:07:57 +01:00
switch.py Use try_parse_enum in integrations (#87085) 2023-02-02 12:34:01 +01:00
update.py Mark ESPHome update entity unavailable when device is offline (#87576) 2023-02-07 22:15:54 +01:00
voice_assistant.py ESPHome voice assistant (#90691) 2023-04-13 19:18:56 -04:00