Commit graph

74 commits

Author SHA1 Message Date
epenet
91d6d620c2
Use new unit enums in alexa ()
* Use new unit enums in alexa

* Adjust for mypy
2022-12-06 17:31:40 +01:00
Jan Bouwhuis
5d4c4a1293
Add humidifier support for Alexa () 2022-11-28 09:55:22 -10:00
Marc Mueller
ed812b5ee4
Remove unused alexa code () 2022-09-26 19:22:07 +02:00
epenet
416a5cb279
Import constants from component root () 2022-09-14 00:12:54 +02:00
epenet
98293f2179
Use climate enums in alexa () 2022-07-31 21:29:54 +02:00
Mike Degatano
9392f59913
Trigger Alexa routines from toggles and buttons () 2022-06-29 13:56:02 +02:00
epenet
4f494a876e
Use EntityFeature enums in alexa () 2022-04-07 14:46:50 +02:00
Marc Mueller
ec980a574b
Improve typing [util.decorator] () 2022-02-23 20:58:42 +01:00
Franck Nijhof
99b2161365
Add input_button support to Alexa () 2021-12-23 07:36:45 +01:00
epenet
af603d0427
Use new DeviceClass enums in alexa ()
Co-authored-by: epenet <epenet@users.noreply.github.com>
2021-12-08 22:35:52 +01:00
Franck Nijhof
7a0ff4e2e1
Add button support to Alexa () 2021-11-23 08:19:13 -08:00
Jan Bouwhuis
e73ca9bd18
Alexa fix Fan support and cleanup ()
* del PowerLevelController, ena fan PowerController

* Use AlexaRangeContoller for speed or default

* Update tests

* no-else-return

* Avoid cases with only one preset_mode

* Only report ghost_mode to Alexa - fix bug

* Add some tests for patched code

* pylint

* pylint and tests with one preset_mode

* correct ghost preset mode check in test

* add tests for RangeController

* ghost preset_mode locale agnostic

* isort

* Update homeassistant/components/alexa/capabilities.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/alexa/entities.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/alexa/entities.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/alexa/entities.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/components/alexa/entities.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update entities.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-09-24 08:14:45 +02:00
Jan Bouwhuis
755835ee2e
Alexa - Remove legacy speed support for fan platform ()
* Remove legacy fan speed support

* remove fan range controller tests

* retrigger tests
2021-09-06 10:19:57 +02:00
Jan Bouwhuis
7403ba1e81
Alexa fan preset_mode support ()
* fan preset_modes

* process preset mode updates from alexa correctly

* add tests

* codecov patch additional tests
2021-05-31 20:58:01 +02:00
starkillerOG
e9ff4b1342
Fix alexa not discovering devices when sound mode device present ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-05-25 08:35:40 -07:00
Shay Levy
cf228e3fe5
Add constructor return type in integrations A-D () 2021-05-20 18:51:39 +03:00
starkillerOG
db7331847f
AlexaEqualizerController fix wrong class beeing used () 2021-05-16 20:49:48 -07:00
Erik Montnemery
3d90d6073e
Add common light helpers to test for feature support () 2021-04-15 20:32:27 +02:00
Erik Montnemery
1230c46e1e
Use supported_color_modes in alexa () 2021-04-14 09:18:49 +02:00
Philip Allgaier
450f3740cd
Use consolidated constant for "description" () 2021-03-31 14:12:15 +02:00
Marc Mueller
4cb7718192
Update typing 16 () 2021-03-18 22:58:19 +01:00
Marc Mueller
76199c0eb2
Update typing 04 () 2021-03-17 23:34:25 +01:00
Paulus Schoutsen
69b5176730
Make Alexa custom ID unique ()
* Make Alexa custom ID unique

* Lint

* Lint
2021-01-05 17:35:28 +01:00
ochlocracy
178b2d8c22
Update display categories in Alexa ()
* Add new display categories from Alexa Smart Home API

* Update Vacuum entities to use VACUUM_CLEANER category.

* Update Automation entities to use ACTIVITY_TRIGGER category.

* Update tests for Automation entities to use ACTIVITY_TRIGGER category.
2020-10-11 11:09:05 -05:00
Paulus Schoutsen
66e6ae8dbd
Add additionalAttributes to Alexa discovery payload () 2020-10-07 09:32:12 +02:00
Paulus Schoutsen
d5bcafaefd
Handle Alexa entity removed () 2020-09-02 11:30:37 +02:00
Paulus Schoutsen
ba75856f2b
Do not break Alexa sync when encounter bad entity () 2020-08-30 14:36:00 +02:00
Bram Kragten
7d77fa92c2
Add mode info attributes to script and automation ()
Co-authored-by: J. Nick Koston <nick@koston.org>
2020-07-14 10:47:59 -07:00
Paulus Schoutsen
2a86d52dba
Alexa media player only include equalizer if supported sound mode () 2020-05-30 21:42:40 -07:00
Franck Nijhof
e3e3a113e9
async_get_url -> get_url () 2020-05-08 21:53:28 +02:00
Franck Nijhof
2223592486
Add get_url helper, deprecate base_url () 2020-05-08 02:29:47 +02:00
J. Nick Koston
6f6c670b3b
Make alexa and google aware of DEVICE_CLASS_GATE () 2020-05-03 13:29:12 -07:00
ochlocracy
0d598dd6d6
Modify requirements for CameraStreamController in Alexa () 2020-04-21 10:46:56 -07:00
Franck Nijhof
7653dc947a
Enable pylint unnecessary-pass ()
* Enable pylint unnecessary-pass

* Process review suggestions

* Fix smhi tests
2020-04-05 10:33:07 +02:00
Franck Nijhof
feed139ae7
Small code style improvements to Alexa integration () 2020-04-04 14:20:48 -07:00
ochlocracy
28a2c9c653
Implement Alexa.CameraStreamController in Alexa ()
* Implement Alexa.CameraStreamController.

* Add dependencies.

* Add camera helpers for image url, and mjpeg url.

* Remove unsupported AlexaPowerController from cameras.

* Refactor camera_stream_url to hass_url

* Declare HLS instead of RTSP.

* Add test for async_get_image_url() and async_get_mpeg_stream_url().

* Sort imports.

* Fix camera.options to camera.stream_options. ()


(cherry picked from commit 9af95e8577)

* Remove URL configuration option for AlexaCameraStreamController.

* Update test_initialize_camera_stream.

* Optimize camera stream configuration.

* Update Tests for optimized camera stream configuration.

* Sort imports.

* Add check for Stream integration.

* Checks and Balances.

* Remove unnecessary camera helpers.

* Return None instead of empty list for camera_stream_configurations().
2020-03-27 21:19:11 -07:00
Thomas Hollstegge
f3c07a5653
Alexa: Add support for starting and cancelling timers () 2020-03-09 21:59:06 -07:00
Thomas Hollstegge
22b5690607
Alexa: Support vacuums without turn_on/turn_off feature ()
* Alexa: Support vacuums without turn_on/turn_off feature
2020-03-09 11:58:47 -04:00
ochlocracy
fa4f27f78e
Remove AlexaPowerController from device_class garage covers in… () 2020-03-09 08:25:33 -07:00
ochlocracy
4602d7370c
Remove Alexa.InputController from devices without supported inputs in Alexa ()
* Yield Alexa.InputController only for supported inputs.

* Add Comment.

* Comment fix.
2020-02-03 16:19:40 -08:00
ochlocracy
c8d9b83b24
Update StepSpeaker and Speaker interfaces in Alexa ()
* Yield only one Speaker interface.

* Yield PowerController only is supported.

* Revert "Yield PowerController only is supported."

This reverts commit c0dbf7e4

* Add Alexa.Speaker interface properties.

* Refactor tests for Alexa.Speaker and Alexa.StepSpeaker.

* Code Smell Change.

* Fix R1705: Unnecessary "elif" after "return".
2020-02-03 14:20:39 -08:00
ochlocracy
7116c7404a
Add PowerController to covers in Alexa ()
* Add PowerController to covers.

* Comment Fix.

* Update test device_class.

* Update Comment.
2020-01-29 09:03:20 -08:00
ochlocracy
1d41cf96ca Fix Alexa semantics for covers with tilt support. ()
* Fix Alexa semantics for covers with tilt support.

* Clarify wording.

* Korrect grammar.
2020-01-17 15:04:46 -08:00
ochlocracy
bb42ff93f4 Add support for vacuums to Alexa. () 2020-01-15 09:15:31 -08:00
ochlocracy
74a198e37b Implement TimeHoldController Interface in Alexa ()
* Implement Alexa.TimeHoldController Interface

* Add test for timer resume directive.
2020-01-10 23:11:50 +01:00
ochlocracy
d0062fc740 Fix Alexa ChangeReports Filter non-proactively_reported_properties ()
* Fix Change Report Properties.

* Fix Change Report Properties.
2020-01-10 22:34:50 +01:00
ochlocracy
6387a50697 Implement supported locales for Alexa capabilities ()
* Implement Alexa capability supported locales.

* Check config for supported locales.

* Removed unused import.

* Applied some potpourri to improve code smell.

* Change supported_locales to set.
2020-01-03 21:23:22 +01:00
ochlocracy
25f78dd1a9
Implement EqualizerController in Alexa for media_player. () 2019-12-24 17:06:39 -05:00
ochlocracy
a2678b2aff Add support for input_number entities in Alexa integration ()
* Add support for input_number entities

* Update homeassistant/components/alexa/capabilities.py

Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io>

* Removed get methods to directly access required attributes dicts.

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2019-12-23 15:17:37 +01:00
ochlocracy
0faca57e8b Explicitly include Alexa interface for image_processing entities. () 2019-12-20 20:28:23 +01:00