core/homeassistant
Phil Frost 95592d9283 Respond to Alexa scene activation correctly ()
The API documentation[1] specifies that Alexa.SceneController Activate
must get a ActivationStarted response. Responding with just a `Response`
will elicit a "Hmm... $scene is not responding" from Alexa.

[1]: https://developer.amazon.com/docs/smarthome/provide-scenes-in-a-smart-home-skill.html
2018-01-23 00:01:18 -08:00
..
components Respond to Alexa scene activation correctly () 2018-01-23 00:01:18 -08:00
helpers Clean up entity component () 2018-01-22 22:54:41 -08:00
scripts Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
util Always consume the no_throttle keyword argument. () 2017-12-13 20:01:59 -08:00
__init__.py
__main__.py This change fixes the error `OSError: [WinError 193]` on Windows debuggers (i.e. PyCharm) () 2017-12-09 16:58:52 -08:00
bootstrap.py Add basic backend support for a system log () 2017-11-14 20:35:56 -08:00
config.py Core support for hass.io calls & Bugfix check_config () 2018-01-12 15:29:58 +01:00
const.py Bump dev to 0.62.0.dev0 () 2018-01-15 11:42:31 +01:00
core.py Lazy loading of service descriptions () 2018-01-07 14:54:16 -08:00
exceptions.py Fix recorder crash for long state string - enforce at core level () 2017-10-25 09:05:30 -07:00
loader.py Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
monkey_patch.py Make monkey patch work in Python 3.6 () 2017-06-01 23:23:39 -07:00
package_constraints.txt Upgrade yarl to 0.18.0 () 2018-01-13 09:01:05 +01:00
remote.py Use constants for HTTP headers () 2017-11-04 12:04:05 -07:00
setup.py Silence redundant warnings about slow setup () 2018-01-02 12:16:32 -08:00