core/homeassistant/components/alexa
ochlocracy da094e09fa Implement ToggleController, RangeController, and ModeController in alexa (#27302)
* Implement AlexaToggleController, AlexaRangeController, and AlexaModeController interfaces.

* Implement AlexaToggleController, AlexaRangeController, and AlexaModeController interfaces.

* Unkerfuffled comments to please the pydocstyle gods.

* Unkerfuffled comments in Tests to please the pydocstyle gods.

* Added additional test for more coverage.

* Removed OSCILLATING property check from from ModeController.

* Added capability report tests for ModeController, ToggleController, RangeController, PowerLevelController.

* Update homeassistant/components/alexa/capabilities.py

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

* Update homeassistant/components/alexa/capabilities.py

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

* Corrected mis-spelling of AlexaCapability class.

* Changed instance from method to property in AlexaCapability class.

* Refactored to add {entity.domain}.{entity.attribute} to the instance name.

* Improved type handling for configuration object.
Added additional test for configuration object.

* Added Tests for unsupported domains for ModeController and RangeController

* Made changes to improve future scaling for other domains.

* Split fan range to speed maps into multiple constants.
2019-10-22 22:01:03 -07:00
..
__init__.py Black 2019-07-31 12:25:30 -07:00
auth.py Fix Alexa Report State (#26305) 2019-08-30 20:34:40 -05:00
capabilities.py Implement ToggleController, RangeController, and ModeController in alexa (#27302) 2019-10-22 22:01:03 -07:00
config.py Fix Alexa Report State (#26305) 2019-08-30 20:34:40 -05:00
const.py Implement ToggleController, RangeController, and ModeController in alexa (#27302) 2019-10-22 22:01:03 -07:00
entities.py Implement ToggleController, RangeController, and ModeController in alexa (#27302) 2019-10-22 22:01:03 -07:00
errors.py Implement ToggleController, RangeController, and ModeController in alexa (#27302) 2019-10-22 22:01:03 -07:00
flash_briefings.py Move alexa integration to use dt_util (#26723) 2019-09-19 09:19:27 -07:00
handlers.py Implement ToggleController, RangeController, and ModeController in alexa (#27302) 2019-10-22 22:01:03 -07:00
intent.py Use literal string interpolation in integrations A (f-strings) (#26377) 2019-09-03 09:11:36 -05:00
manifest.json Add SecurityPanelController for alarm_control_panel to alexa (#27081) 2019-10-04 08:41:47 -07:00
messages.py Implement ToggleController, RangeController, and ModeController in alexa (#27302) 2019-10-22 22:01:03 -07:00
services.yaml Add stub services.yaml and make validation mandatory (#23213) 2019-04-18 15:13:35 -07:00
smart_home.py Black 2019-07-31 12:25:30 -07:00
smart_home_http.py Fix Alexa Report State (#26305) 2019-08-30 20:34:40 -05:00
state_report.py Guard against non supported entities (#26941) 2019-09-27 08:49:51 +02:00