core/homeassistant/components/alexa
Alain Turbide 83b21651ce Add alexa check for "name" channelMetadata attribute (#29279)
* Added check for "name" channelMetada attribute

* Added/changed smart home media player tests for added value name in chanelMetadata payload section

* Since Alexa only expects a number/callSign/affiliate in the returned response, returning "name" is not technically valid.  Modified to return the value in the callSign field  instead since it's a text value. Since there is no returned channel number, cannot return a true numeric value in "channel" field
2019-12-02 16:10:44 -08: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 Explicitly include "Alexa" Interface in discovery response (#28218) 2019-11-25 23:05:10 -08:00
config.py Fix Alexa Report State (#26305) 2019-08-30 20:34:40 -05:00
const.py Add valid inputs to alexa InputController (#28483) 2019-11-25 15:17:12 -08:00
entities.py Improve Alexa interface selection for binary sensors (#29120) 2019-12-02 16:02:17 -08:00
errors.py Implement Alexa.SeekController Interface for media_player in Alexa (#28299) 2019-10-31 10:38:44 +01:00
flash_briefings.py Move alexa integration to use dt_util (#26723) 2019-09-19 09:19:27 -07:00
handlers.py Add alexa check for "name" channelMetadata attribute (#29279) 2019-12-02 16:10:44 -08: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 Rebase Implement Alexa.DoorbellEventSource Interface Controller (#27726) 2019-10-23 11:41:26 -07:00