core/tests/components/alexa
ochlocracy 9a5c1fbaed Add SecurityPanelController for alarm_control_panel to alexa (#27081)
* Implemented Alexa.SecurityPanelController Interface for alarm_control_panel
https://developer.amazon.com/docs/device-apis/alexa-securitypanelcontroller.html

* Implemented Tests for Alexa.SecurityPanelController Interface for alarm_control_panel

* Added additional AuthorizationRequired error handling

* Removed optional exitDelayInSeconds

* Updating elif to if to please pylint

* Adding self to code owners.

* Adding self to code owners.

* Added AlexaEndpointHealth Interface to alarm_control_panel entities.

* Added additional entity tests.

* Code reformatted with Black.

* Updated alexa alarm_control_panel tests for more coverage.

* Updated alexa alarm_control_panel tests for more coverage. Fixed Test.

* Adding self to code owners.
2019-10-04 08:41:47 -07:00
..
__init__.py Fix alexa bad temp sensors (#26307) 2019-08-31 09:46:26 -05:00
test_auth.py Black 2019-07-31 12:25:30 -07:00
test_capabilities.py Add SecurityPanelController for alarm_control_panel to alexa (#27081) 2019-10-04 08:41:47 -07:00
test_entities.py Black 2019-07-31 12:25:30 -07:00
test_flash_briefings.py Black 2019-07-31 12:25:30 -07:00
test_intent.py Black 2019-07-31 12:25:30 -07:00
test_smart_home.py Add SecurityPanelController for alarm_control_panel to alexa (#27081) 2019-10-04 08:41:47 -07:00
test_smart_home_http.py Black 2019-07-31 12:25:30 -07:00
test_state_report.py Guard against non supported entities (#26941) 2019-09-27 08:49:51 +02:00