core/homeassistant/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 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 Add SecurityPanelController for alarm_control_panel to alexa (#27081) 2019-10-04 08:41:47 -07:00
config.py Fix Alexa Report State (#26305) 2019-08-30 20:34:40 -05:00
const.py Add PowerLevelController for fan to alexa (#27158) 2019-10-03 13:28:02 -07:00
entities.py Add SecurityPanelController for alarm_control_panel to alexa (#27081) 2019-10-04 08:41:47 -07:00
errors.py Add SecurityPanelController for alarm_control_panel to alexa (#27081) 2019-10-04 08:41:47 -07:00
flash_briefings.py Move alexa integration to use dt_util (#26723) 2019-09-19 09:19:27 -07:00
handlers.py Add SecurityPanelController for alarm_control_panel to alexa (#27081) 2019-10-04 08:41:47 -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 Spelling fixes (#25666) 2019-08-02 23:20:06 +02: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