core/homeassistant/components
Robbie Trencheny c663d85129 Add Alexa Flash Briefing Skill API support (#3745)
* Add Alexa Flash Briefing Skill API support

* Set default value for text to empty string as per API docs

* Clean up existing Alexa tests

* Update configuration parsing and validation

* Add tests for the Flash Briefing API

* Update test_alexa.py
2016-10-13 09:14:22 -07:00
..
alarm_control_panel Envisalink Fixes + Enhancements (#3460) 2016-09-20 23:51:10 -07:00
automation Merge pull request #3651 from home-assistant/automation 2016-10-05 09:48:55 +02:00
binary_sensor Netatmo binary sensor (#3455) 2016-10-09 08:45:12 -07:00
camera Add synology ss cameras (#3626) 2016-10-13 08:49:58 -07:00
climate Use voluptuous for eQ-3 thermostat (#3729) 2016-10-11 11:27:31 +02:00
cover Fix command line cover template (#3754) 2016-10-08 13:03:32 -07:00
device_tracker slugify (#3777) 2016-10-09 09:15:58 -07:00
fan Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
frontend Http: Change approved_ips from string to cidr validation (#3532) [BREAKING CHANGE] 2016-10-09 08:13:30 -07:00
garage_door Zwave: Update commandclasses and deviceclasses according to sigma SDK (#3495) 2016-09-30 08:43:18 -07:00
hvac Zwave: Update commandclasses and deviceclasses according to sigma SDK (#3495) 2016-09-30 08:43:18 -07:00
light Update zwave lights to increase update delay timer as needed (#3741) 2016-10-13 09:09:41 -07:00
lock Zwave: Update commandclasses and deviceclasses according to sigma SDK (#3495) 2016-09-30 08:43:18 -07:00
media_player Proper title, added album and artist for Squeezebox (#3735) 2016-10-13 09:07:10 -07:00
mqtt Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
notify Restore Optional Target Config Attribute (notify.pushover) (#3769) 2016-10-11 21:59:34 -07:00
recorder Update recorder callback (#3812) 2016-10-11 00:58:43 -07:00
rollershutter Zwave: Update commandclasses and deviceclasses according to sigma SDK (#3495) 2016-09-30 08:43:18 -07:00
scene Changing import as powerview api did change. (#3780) 2016-10-10 22:30:27 -07:00
sensor Migrate to voluptuous (#3737) 2016-10-11 00:56:57 -07:00
switch Migrate to voluptuous (#3817) 2016-10-11 08:33:22 -07:00
thermostat Zwave: Update commandclasses and deviceclasses according to sigma SDK (#3495) 2016-09-30 08:43:18 -07:00
zwave Increase allowable polling intensity values (#3711) 2016-10-05 16:58:06 +02:00
__init__.py Limit dependencies of HA core (#2762) 2016-08-08 20:21:40 -07:00
alexa.py Add Alexa Flash Briefing Skill API support (#3745) 2016-10-13 09:14:22 -07:00
apcupsd.py 0.27.2 (#3151) 2016-09-03 15:59:20 -07:00
api.py Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
arduino.py Upgrade PyMata to 2.13 (#3335) 2016-09-13 22:52:11 -07:00
bloomsky.py Fix typo (#3343) 2016-09-12 16:19:46 +02:00
browser.py Fix linting errors 2016-07-16 23:45:38 -07:00
configurator.py Fix schemas and update ordering (#2932) 2016-08-22 14:19:19 +02:00
conversation.py Check that no configuration is provided (#3553) 2016-09-29 19:02:22 -07:00
demo.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
device_sun_light_trigger.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
digital_ocean.py Component for Digital Ocean (#3322) 2016-09-30 18:30:44 +02:00
discovery.py Check that no configuration is provided (#3553) 2016-09-29 19:02:22 -07:00
downloader.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
dweet.py Fix schemas and update ordering (#2932) 2016-08-22 14:19:19 +02:00
ecobee.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
emulated_hue.py Http: Change approved_ips from string to cidr validation (#3532) [BREAKING CHANGE] 2016-10-09 08:13:30 -07:00
enocean.py Migrate to voluptuous (#2958) 2016-08-24 22:35:09 -06:00
envisalink.py Passing original config reference to load_platform. (#3602) 2016-09-29 18:55:43 -07:00
feedreader.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
ffmpeg.py Bugfix if ffmpeg is not present on config / Update ha-ffmpeg 0.13 (#3418) 2016-09-17 22:57:18 -07:00
foursquare.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
graphite.py Use voluptuous for graphite (#2929) 2016-08-23 19:01:46 -07:00
group.py Bugfix group order (#3323) 2016-09-11 22:27:47 -07:00
hdmi_cec.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
history.py Added include and exclude functionality to history component (#3674) 2016-10-13 08:54:45 -07:00
homematic.py Hotfix device name with autodiscovery (#3791) 2016-10-10 13:46:23 +02:00
http.py Upgrade cherrypy to 8.1.2 (#3805) 2016-10-10 23:27:53 -07:00
ifttt.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
influxdb.py Add a Timeout for InfluxDB connections (#3563) 2016-10-01 22:29:06 -07:00
input_boolean.py revert update of input_boolean 2016-10-03 22:05:06 +02:00
input_select.py Use voluptuous for input_slider, input_boolean, input_select (#3256) 2016-09-23 00:12:11 -07:00
input_slider.py Use voluptuous for input_slider, input_boolean, input_select (#3256) 2016-09-23 00:12:11 -07:00
insteon_hub.py Migrate to voluptuous (#3372) 2016-09-13 23:20:58 -07:00
introduction.py Check that no configuration is provided (#3553) 2016-09-29 19:02:22 -07:00
isy994.py Add ISY programs and support for all device types (#3082) 2016-09-11 20:18:53 +02:00
joaoapps_join.py expect a list of devices from config (#2567) 2016-07-19 19:14:41 -07:00
keyboard.py Comment out pyuserinput in requirements_all (#3307) 2016-09-11 21:59:48 -07:00
keyboard_remote.py Recieve signals from a keyboard and use keyboard as a remote control (#3305) 2016-09-17 23:31:27 -07:00
knx.py Use voluptuous for KNX (#3345) 2016-09-13 23:03:30 -07:00
lirc.py Update python-lirc to 1.2.3 (#3784) 2016-10-10 23:44:41 -07:00
logbook.py add include configuration to logbook (#3739) 2016-10-08 11:26:14 -07:00
logentries.py Migrate to voluptuous (#2927) 2016-08-23 17:27:54 -07:00
logger.py Fix logger config validation (#3459) 2016-09-19 21:12:56 -07:00
modbus.py Modbus component refactoring - sensors and switches (#3297) 2016-09-13 22:47:44 +02:00
mqtt_eventstream.py We need to allow extra keys on the top-level component config. 2016-04-07 00:42:56 -04:00
mysensors.py Add support for MySensors cover (#3512) 2016-10-01 01:36:04 +02:00
nest.py Added additional checks which hides functions which are not supported by Nest (#3751) 2016-10-10 23:57:14 -07:00
netatmo.py Netatmo binary sensor (#3455) 2016-10-09 08:45:12 -07:00
nuimo_controller.py Nuimo controller component based on SDK (#3039) 2016-09-14 18:20:49 -07:00
octoprint.py 0.28 (#3288) 2016-09-10 18:22:58 -07:00
openalpr.py Update ha-alpr / change default interval (#3691) 2016-10-04 22:04:50 -07:00
panel_custom.py Minor changes (#2784) 2016-08-11 11:14:24 +02:00
panel_iframe.py Tweak panel parameters (#2746) 2016-08-07 21:56:17 -07:00
persistent_notification.py Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
pilight.py Bugfix pilight component (#3355) 2016-09-12 18:33:11 -07:00
proximity.py Migrate to voluptuous (#3293) [BREAKING CHANGE] 2016-10-11 00:26:11 -07:00
qwikswitch.py Added support for exposing light features (#2828) 2016-08-15 23:07:07 -07:00
rfxtrx.py update rfxtrx lib 2016-09-27 10:42:03 +02:00
rpi_gpio.py Use voluptuous for RPi GPIO (#3371) 2016-09-17 23:28:37 -07:00
script.py Add automations and scripts to group.all_automations and group.all_scripts (#3664) 2016-10-04 21:20:48 -07:00
scsgate.py Use voluptuous for SCSGate (#3265) 2016-09-13 07:23:53 +02:00
services.yaml Zwave: Update commandclasses and deviceclasses according to sigma SDK (#3495) 2016-09-30 08:43:18 -07:00
shell_command.py Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
sleepiq.py Update links (#3488) 2016-09-23 10:28:05 +02:00
splunk.py Use voluptuous for Splunk (#2931) 2016-08-23 18:58:59 -07:00
statsd.py Use voluptuous for statsd (#2928) 2016-09-13 18:22:30 -07:00
sun.py Check that no configuration is provided (#3553) 2016-09-29 19:02:22 -07:00
tellduslive.py improved error handling (#3725) 2016-10-07 17:25:51 -07:00
tellstick.py Use voluptuous for Tellstick (#3367) 2016-09-13 23:29:15 -07:00
updater.py Check that no configuration is provided (#3553) 2016-09-29 19:02:22 -07:00
upnp.py Check that no configuration is provided (#3553) 2016-09-29 19:02:22 -07:00
vera.py Add support for Vera covers. (#3411) 2016-09-15 20:47:03 +02:00
verisure.py vsure0.11.0 2016-10-09 21:47:35 +02:00
weblink.py Fix issue #3401 weblink (#3402) 2016-09-17 23:21:24 -07:00
wemo.py Bump pywemo version - changes port order for faster startup. (#3612) 2016-10-01 22:53:24 -07:00
wink.py Added support for Wink Smoke and CO detectors (#3645) 2016-10-04 01:07:50 -07:00
zeroconf.py Check that no configuration is provided (#3553) 2016-09-29 19:02:22 -07:00
zigbee.py Make 'pin' optional for zigbee device config. (#3799) 2016-10-10 16:53:18 +02:00
zone.py Fix zone being setup twice 2016-09-24 00:04:03 -07:00