hass-core/homeassistant/components
maxclaey 36bc7f8175 Configuration options for IFTTT alarm control panel ()
* Improvements

* Use optimistic instead of await callback

* Fix default value for optimistic
2018-03-21 12:29:58 -07:00
..
ads Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
alarm_control_panel Configuration options for IFTTT alarm control panel () 2018-03-21 12:29:58 -07:00
alexa Use hue/sat as internal light color interface () 2018-03-18 15:00:29 -07:00
automation Clean up entity component () 2018-01-22 22:54:41 -08:00
binary_sensor Upgrade numpy to 1.14.2 () 2018-03-17 17:40:31 +01:00
calendar Fix 'dict' object has no attribute 'strftime' () 2018-03-15 21:43:20 +01:00
camera Fix for not setting up the camera if it is offline during setup phase () 2018-03-15 20:30:41 -07:00
climate Add ecobee fan mode () 2018-03-18 09:02:07 -07:00
cloud Refactor Google Assistant () 2018-03-08 14:39:10 -08:00
config Add config flow for Hue () 2018-03-03 21:28:04 -08:00
config_entry_example Update translations 2018-03-14 19:47:31 -07:00
counter Lazy loading of service descriptions () 2018-01-07 14:54:16 -08:00
cover Added cover.group platform (replaces ) () 2018-03-15 12:31:31 +01:00
deconz deCONZ - Add support for consumption and power sensors () 2018-03-14 20:07:37 -07:00
device_tracker Tado: don't reference unset hass var () 2018-03-15 13:53:59 -07:00
emulated_hue Move HomeAssistantView to separate file. Convert http to async syntax. [skip ci] () 2018-03-08 17:51:49 -08:00
fan Zigbee fan () 2018-03-18 09:17:56 -07:00
frontend Bump frontend to 20180316.0 2018-03-16 15:39:30 -07:00
google_assistant Do not include unavailable entities in Google Assistant SYNC () 2018-03-20 18:09:34 -07:00
group Rename homeassistant.util.async to .async_ () 2018-03-11 10:01:12 -07:00
hassio Change Hass.io icon to home-assistant () 2018-03-14 20:56:56 -07:00
homekit Homekit Bugfix: Use get instead of indexing () 2018-03-21 19:06:46 +01:00
homematic Update pyhomematic to 0.1.40 () 2018-03-20 20:32:59 +01:00
http Upgrade aiohttp_cors to 0.7.0 () 2018-03-17 17:37:53 +01:00
hue Refactor Hue: phue -> aiohue () 2018-03-16 20:27:05 -07:00
ihc Updated to use latest ihcsdk version () 2018-03-03 12:48:58 +01:00
image_processing Upgrade numpy to 1.14.2 () 2018-03-17 17:40:31 +01:00
light Fix mysensors light turn on hs color () 2018-03-20 18:26:56 -07:00
lock Support MQTT Lock discovery () 2018-03-18 09:26:07 -07:00
mailbox Spelling fixes () 2018-01-29 23:37:19 +01:00
media_player Fix retrieval of track URL into medi_content_id () 2018-03-21 10:44:53 -07:00
mqtt Support MQTT Lock discovery () 2018-03-18 09:26:07 -07:00
notify Upgrade TwitterAPI to 2.5.0 () 2018-03-17 17:40:03 +01:00
persistent_notification Lazy loading of service descriptions () 2018-01-07 14:54:16 -08:00
recorder Upgrade sqlalchemy to 1.2.5 () 2018-03-17 17:39:24 +01:00
remember_the_milk Clean up entity component () 2018-01-22 22:54:41 -08:00
remote Xiaomi MiIO Remote: Unique id added () 2018-03-16 21:15:23 +01:00
scene deConz rewrite to use async await syntax () 2018-03-13 08:47:45 +01:00
sensor Add min and max price as attribute for Tibber sensor () 2018-03-20 08:46:10 +01:00
switch Added switch for DoorBird second relay () 2018-03-20 08:43:31 +01:00
system_log Fix logger bug on Windows: path contains '\'. () 2018-02-06 12:56:31 -08:00
telegram_bot Upgrade python-telegram-bot to 10.0.1 () 2018-03-17 17:41:10 +01:00
timer Lazy loading of service descriptions () 2018-01-07 14:54:16 -08:00
tts Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
vacuum python-miio version bumped. () 2018-03-10 09:11:10 -08:00
weather Upgrade python-forecastio to 1.4.0 () 2018-03-17 17:43:07 +01:00
wink Use request.query () 2018-03-10 00:36:20 -08:00
zha Zigbee fan () 2018-03-18 09:17:56 -07:00
zwave Bugfix: Zwave set_config_parameter failed when config list contained int () 2018-03-20 14:04:24 +01:00
__init__.py Add optional words to conversation utterances () 2018-03-01 07:35:12 -08:00
abode.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
alarmdecoder.py Alarmdecoder add validation of the zone types () 2018-01-11 13:53:14 -08:00
alert.py Update voluputous () 2018-02-17 10:29:14 +01:00
amcrest.py Update voluputous () 2018-02-17 10:29:14 +01:00
android_ip_webcam.py Update voluputous () 2018-02-17 10:29:14 +01:00
apcupsd.py Spelling fixes () 2018-01-29 23:37:19 +01:00
api.py Upgrade to aiohttp 3 () 2018-03-05 13:28:41 -08:00
apple_tv.py Update voluputous () 2018-02-17 10:29:14 +01:00
arduino.py
arlo.py Revert throttle Arlo api calls () 2018-03-13 14:12:28 -07:00
asterisk_mbox.py Update header and make it less verbose () 2018-01-18 23:04:18 +01:00
august.py Fix issue with guest August lock being included () 2018-03-04 10:14:47 +01:00
axis.py Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
bbb_gpio.py
blink.py
bloomsky.py Use constants for HTTP headers () 2017-11-04 12:04:05 -07:00
bmw_connected_drive.py Add extra sensors for BMW ConnectedDrive () 2018-03-15 22:56:35 +01:00
browser.py
canary.py Upgrade to py-canary 0.4.1 () 2018-03-04 10:19:12 +01:00
coinbase.py Update python-coinbase to 2.1.0 () 2018-03-05 22:26:37 +01:00
comfoconnect.py Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
configurator.py Rename homeassistant.util.async to .async_ () 2018-03-11 10:01:12 -07:00
conversation.py Add optional words to conversation utterances () 2018-03-01 07:35:12 -08:00
daikin.py Added new climate component from Daikin () 2018-01-04 11:05:27 +01:00
datadog.py Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
demo.py Add history_graph component to demo () 2018-02-26 00:28:25 -08:00
device_sun_light_trigger.py
dialogflow.py Clean up Alexa.intent and DialogFlow.intent () 2018-01-07 01:39:32 +01:00
digital_ocean.py Upgrade python-digitalocean to 1.13.2 () 2017-12-27 09:20:44 +01:00
discovery.py Adding a discoverable Samsung Syncthru Printer sensor platform () 2018-03-18 09:26:33 -07:00
dominos.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
doorbird.py Added switch for DoorBird second relay () 2018-03-20 08:43:31 +01:00
downloader.py Add notifications to downloader.py () 2018-03-14 16:03:40 -07:00
duckdns.py
dweet.py
dyson.py
ecobee.py Add ecobee fan mode () 2018-03-18 09:02:07 -07:00
egardia.py Egardia redesign - generic component and sensor support () 2018-03-02 12:50:00 +01:00
eight_sleep.py Spelling fixes () 2018-01-29 23:37:19 +01:00
emoncms_history.py Spelling fixes () 2018-01-27 11:58:27 -08:00
enocean.py Fix for API change of new enocean package () 2017-11-04 12:58:02 +01:00
envisalink.py
feedreader.py Flake8 35 () 2018-01-29 00:23:53 -08:00
ffmpeg.py Lazy loading of service descriptions () 2018-01-07 14:54:16 -08:00
foursquare.py Lazy loading of service descriptions () 2018-01-07 14:54:16 -08:00
gc100.py Updated gc100 package requirement to 1.0.3a () 2017-11-09 17:54:45 +01:00
goalfeed.py Goalfeed channel () 2018-02-01 11:24:02 +01:00
google.py Spelling fixes () 2018-01-29 23:37:19 +01:00
google_domains.py Fix lint google-domains () 2017-10-25 15:43:02 +02:00
graphite.py
hdmi_cec.py Typing fixes () 2018-01-29 00:24:08 -08:00
history.py Fix history API () 2018-03-14 22:29:51 +01:00
history_graph.py
hive.py Fix for hive aux_heat target temperature display () 2018-01-23 16:16:38 -08:00
homematicip_cloud.py Add initial support fo HomematicIP components () 2018-03-18 08:57:53 -07:00
ifttt.py
influxdb.py InfluxDB cleanups () 2018-03-04 21:01:16 +01:00
input_boolean.py Spelling fixes () 2018-01-29 23:37:19 +01:00
input_datetime.py Bugfix: Input Datetime config schema () 2018-02-20 16:21:35 +01:00
input_number.py Lazy loading of service descriptions () 2018-01-07 14:54:16 -08:00
input_select.py Lazy loading of service descriptions () 2018-01-07 14:54:16 -08:00
input_text.py Added password mode to input_text (obscure content of text box) () 2018-02-08 12:29:33 +01:00
insteon_local.py Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
insteon_plm.py Upgrade insteonplm to 0.8.2 (required refactoring) () 2018-02-25 20:13:39 +01:00
intent_script.py
introduction.py Change introduction card to use persistent notification () 2017-11-01 09:10:36 +01:00
ios.py Flake8 bugbear fixes () 2018-01-30 14:44:05 -08:00
iota.py Upgrade pyota to 2.0.4 () 2018-01-28 18:04:54 +01:00
isy994.py Fix fix isy994 fan detection () 2018-02-21 22:20:40 -08:00
joaoapps_join.py
juicenet.py Grammar fix 'an unique' () 2018-03-03 19:23:55 +01:00
keyboard.py
keyboard_remote.py Allow using more than one keyboard remote () 2017-12-13 20:07:23 -08:00
kira.py Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
knx.py Fixes KNX fire event problem, issue https://github.com/home-assistant/home-assistant/issues/13049 () 2018-03-10 20:26:21 -08:00
lametric.py Fix lametric sound () 2017-11-14 10:40:44 +01:00
linode.py Linode () 2017-10-27 16:19:47 +02:00
lirc.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
litejet.py
logbook.py Fix logbook JSON serialize issue () 2018-03-15 10:54:22 -07:00
logentries.py
logger.py Spelling fixes () 2018-01-29 23:37:19 +01:00
lutron.py Adding support for Lutron covers () 2018-01-13 19:11:20 +01:00
lutron_caseta.py upgrade to new pylutron_caseta with TLS () 2017-11-10 12:17:25 +01:00
mailgun.py
map.py Change line separator to LN () 2018-01-15 14:24:12 -08:00
maxcube.py
media_extractor.py Upgrade youtube_dl to 2018.03.10 () 2018-03-12 14:01:32 -07:00
melissa.py Fix mclimate accounts with not only melissa components () 2018-02-25 11:33:52 -08:00
mercedesme.py Fix MercedesMe - add check for unsupported features () 2018-02-12 21:07:20 -08:00
microsoft_face.py Spelling fixes () 2018-01-27 11:58:27 -08:00
mochad.py Bumped up pymochad requirement to 0.2.0 as a fix for () 2018-01-30 05:13:30 -08:00
modbus.py Lazy loading of service descriptions () 2018-01-07 14:54:16 -08:00
mqtt_eventstream.py Allow ignoring call service events in mqtt_eventstream () 2018-02-22 11:19:18 +01:00
mqtt_statestream.py Implement entity and domain exclude/include for Alexa () 2017-11-17 21:10:24 -08:00
mychevy.py Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
mycroft.py
mysensors.py Python 3.5 adjustments () 2018-03-15 13:10:54 +02:00
namecheapdns.py
neato.py Fix for Neato D3 and D5 () 2018-01-18 23:37:24 +01:00
nest.py Update to latest python-nest () 2018-03-17 17:35:16 -07:00
netatmo.py Netatmo httperror403 fix () 2017-11-18 14:36:01 -08:00
no_ip.py Use constants for HTTP headers () 2017-11-04 12:04:05 -07:00
nuheat.py add a bit more test coverage 2017-12-26 11:12:28 -08:00
nuimo_controller.py
octoprint.py Catch everything when calling to OctoPrint API to fix () 2018-01-05 18:07:09 +01:00
panel_custom.py Fix panel_custom () 2017-11-03 21:18:32 -07:00
panel_iframe.py Fix Panel_IFrame - FTP URL not allowed in 0.63 () 2018-02-11 09:19:31 -08:00
pilight.py Typing fixes () 2018-01-29 00:24:08 -08:00
plant.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
prometheus.py Support pushing all sensors and fix wrong metrics. () 2018-01-08 17:11:45 +01:00
proximity.py
python_script.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
qwikswitch.py Spelling fixes () 2018-01-29 23:37:19 +01:00
rainbird.py Spelling fixes () 2018-01-29 23:37:19 +01:00
raincloud.py Fixes for PEP257 () 2018-01-20 22:35:38 -08:00
raspihats.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
rest_command.py Add custom header support for rest_command () 2018-02-28 08:16:31 +02:00
rflink.py Update voluputous () 2018-02-17 10:29:14 +01:00
rfxtrx.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
ring.py Fix aiohttp deprecation warnings () 2018-03-15 21:49:49 +01:00
rpi_gpio.py
rpi_pfio.py
rss_feed_template.py
satel_integra.py
script.py Clean up entity component () 2018-01-22 22:54:41 -08:00
scsgate.py Spelling fixes () 2018-01-29 23:37:19 +01:00
services.yaml Xiaomi Aqara Gateway: Service descriptions added () 2018-02-23 22:33:51 +01:00
shell_command.py Make shell_command async () 2017-11-23 17:28:31 -08:00
shiftr.py
shopping_list.py Upgrade to aiohttp 3 () 2018-03-05 13:28:41 -08:00
skybell.py
sleepiq.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
smappee.py added smappee component () 2018-02-18 14:34:28 -08:00
snips.py Spelling fixes () 2018-01-29 23:37:19 +01:00
spc.py asyncio.ensure_future Python 3.5 () 2018-03-12 19:42:08 +01:00
splunk.py Use constants for HTTP headers () 2017-11-04 12:04:05 -07:00
statsd.py Update voluputous () 2018-02-17 10:29:14 +01:00
sun.py
tado.py Tado fixes () 2018-02-02 17:28:54 -08:00
tahoma.py Unbreak tahoma () 2018-02-27 02:01:55 -08:00
tellduslive.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
tellstick.py Update tellcore-net to 0.4 () 2017-12-11 18:32:48 +01:00
tesla.py Fixes for tesla. New sensors. () 2018-02-07 23:34:26 -08:00
thethingsnetwork.py
thingspeak.py
toon.py
tradfri.py Update pytradfri to 4.1.0 () 2017-11-22 09:37:20 +00:00
twilio.py
upcloud.py upcloud: Provide unique ID for server entities () 2018-03-13 13:51:10 -07:00
updater.py Core support for hass.io calls & Bugfix check_config () 2018-01-12 15:29:58 +01:00
upnp.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
usps.py bump usps version () 2018-02-17 21:49:32 -08:00
velbus.py
velux.py Removing asyncio.coroutine syntax from some components () 2018-02-24 10:24:33 -08:00
vera.py Bump pyvera to 0.2.42. Improve event loop robustness. () 2018-03-11 12:43:28 -07:00
verisure.py Lazy loading of service descriptions () 2018-01-07 14:54:16 -08:00
volvooncall.py Upgrade pylint to 1.8.2 () 2018-02-11 09:20:28 -08:00
vultr.py Add platform and sensors for Vultr VPS () 2017-11-05 14:10:14 +01:00
wake_on_lan.py Upgrade wakeonlan to 1.0.0 () 2018-02-05 16:04:31 -08:00
waterfurnace.py Make waterfurnace recovery more robust () 2018-02-06 12:12:35 +01:00
weblink.py Fix config error for FTP links, add test () 2018-02-11 09:19:00 -08:00
websocket_api.py Remove crazy JSON encoding things that are no longer used () 2018-03-12 23:22:08 +01:00
wemo.py Wemo Dimmer Support () 2018-01-15 23:08:48 +01:00
xiaomi_aqara.py Don't call async from sync () 2018-03-10 10:02:16 -08:00
zabbix.py Show the error message when Zabbix fails to log in () 2018-03-08 15:25:10 -08:00
zeroconf.py Upgrade zeroconf to 0.20.0 () 2018-03-12 14:02:03 -07:00
zigbee.py Remove execution file perm () 2018-01-09 23:55:14 -08:00
zone.py Rename homeassistant.util.async to .async_ () 2018-03-11 10:01:12 -07:00
zoneminder.py Remove execution file perm () 2018-01-09 23:55:14 -08:00