.. |
alarm_control_panel
|
Add support for Vanderbilt SPC alarm panels and attached sensors (#7663)
|
2017-06-04 23:53:25 -07:00 |
automation
|
Rename time trigger 'after' to 'at' (#7846)
|
2017-06-01 22:40:27 -07:00 |
binary_sensor
|
Add support for Vanderbilt SPC alarm panels and attached sensors (#7663)
|
2017-06-04 23:53:25 -07:00 |
calendar
|
Change line endings to LN (#7660)
|
2017-05-19 07:39:13 -07:00 |
camera
|
Introduced support to Netgear Arlo Cameras (#7826)
|
2017-05-31 09:25:25 +02:00 |
climate
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
config
|
Add support for automation config panel (#7509)
|
2017-05-09 18:44:00 -07:00 |
cover
|
Mqtt cover modifications (#7841)
|
2017-06-04 22:55:06 -07:00 |
device_tracker
|
Update ping.py (#7944)
|
2017-06-08 07:30:51 +02:00 |
emulated_hue
|
Updated docstrings (#7383)
|
2017-04-30 20:10:08 -07:00 |
fan
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
frontend
|
Update frontend
|
2017-06-02 00:20:53 -07:00 |
http
|
Fix more deprecation warnings (#7778)
|
2017-05-26 13:12:17 -07:00 |
image_processing
|
[WIP] Fix opencv (#7864)
|
2017-06-08 11:26:24 +02:00 |
light
|
[light.lifx] Update aiolifx (#7882)
|
2017-06-03 13:20:55 +01:00 |
lock
|
lock.sesame: New lock platform for Sesame smart locks (#7873)
|
2017-06-04 22:06:18 -07:00 |
media_player
|
Add option to display all input sources / Add support for favourite channels / Treat Marantz SR5008 as Denon AVR-X device (#7949)
|
2017-06-08 09:46:26 +02:00 |
mqtt
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
notify
|
update to pywebpush 1.0.4 which allows install on system with openssl-1.1.0 (cryptography dep) (#7915)
|
2017-06-05 17:46:51 +02:00 |
recorder
|
Upgrade sqlalchemy to 1.1.10 (#7807)
|
2017-05-29 15:38:56 +02:00 |
remote
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
scene
|
Powerview to async (#7682)
|
2017-05-26 22:19:19 +02:00 |
sensor
|
Upgrade coinmarketcap to 3.0.1 (#7951)
|
2017-06-08 12:15:46 +02:00 |
switch
|
Minor cleanup - Define 'CONF_ICON_TEMPLATE' constant centrally (#7910)
|
2017-06-05 17:33:57 +02:00 |
telegram_bot
|
Upgrade python-telegram-bot to 6.0.3 (#7885)
|
2017-06-03 22:36:41 +02:00 |
tts
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
weather
|
Add Yahoo! weather platform (#7939)
|
2017-06-07 10:49:54 +02:00 |
zha
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
zwave
|
Support for renaming ZWave values (#7780)
|
2017-06-02 23:03:00 -07:00 |
__init__.py
|
Update docstrings (#7405)
|
2017-05-02 22:47:20 +02:00 |
alarmdecoder.py
|
Update docstrings (#7405)
|
2017-05-02 22:47:20 +02:00 |
alert.py
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
alexa.py
|
Fix for #7459 (#7544)
|
2017-05-11 09:04:17 -07:00 |
android_ip_webcam.py
|
…
|
|
apcupsd.py
|
update apcacccess used in apcupsd to 0.0.10, which fixes random file drop from apcaccess (#7722)
|
2017-05-22 17:00:41 -07:00 |
api.py
|
Fix more deprecation warnings (#7778)
|
2017-05-26 13:12:17 -07:00 |
apiai.py
|
…
|
|
arduino.py
|
Supress trackback and upgrade PyMata to 2.14 (#7176)
|
2017-04-19 12:48:15 +02:00 |
arlo.py
|
Introduced support to Netgear Arlo Cameras (#7826)
|
2017-05-31 09:25:25 +02:00 |
axis.py
|
Axis component (#7381)
|
2017-05-12 08:51:54 -07:00 |
bbb_gpio.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
blink.py
|
Blink version bump (#7571)
|
2017-05-12 20:30:07 -07:00 |
bloomsky.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
browser.py
|
…
|
|
configurator.py
|
Threadsafe configurator (#7536)
|
2017-05-11 10:24:36 +03:00 |
conversation.py
|
…
|
|
datadog.py
|
Add datadog component (#7158)
|
2017-05-06 00:34:40 +02:00 |
demo.py
|
Demo: Update old group member thermostat.ecobee -> climate
|
2017-05-06 19:40:59 -07:00 |
device_sun_light_trigger.py
|
Refactor sun component for correctness (#7295)
|
2017-05-09 00:03:34 -07:00 |
digital_ocean.py
|
…
|
|
discovery.py
|
Update netdisco (#7865)
|
2017-06-02 00:13:17 -07:00 |
downloader.py
|
Don't use len(SEQUENCE) as condition value (#7249)
|
2017-04-23 20:41:09 -07:00 |
dweet.py
|
Upgrade dweepy to 0.3.0 (#7550)
|
2017-05-11 22:48:03 +02:00 |
ecobee.py
|
update for pypi (#7430)
|
2017-05-04 07:48:43 +02:00 |
eight_sleep.py
|
Bump pyEight version to fix 0hr session errors (#7916)
|
2017-06-05 17:44:13 +02:00 |
emoncms_history.py
|
Don't use len(SEQUENCE) as condition value (#7249)
|
2017-04-23 20:41:09 -07:00 |
enocean.py
|
Update docstrings (#7405)
|
2017-05-02 22:47:20 +02:00 |
envisalink.py
|
Bump pyenvisalink to version 2.1 (#7803)
|
2017-05-29 10:27:36 +02:00 |
feedreader.py
|
Don't use len(SEQUENCE) as condition value (#7249)
|
2017-04-23 20:41:09 -07:00 |
ffmpeg.py
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
foursquare.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
google.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
graphite.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
group.py
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
hassio.py
|
Allow fetching hass.io panel without auth (#7714)
|
2017-05-22 11:00:02 -07:00 |
hdmi_cec.py
|
Update docstrings (#7405)
|
2017-05-02 22:47:20 +02:00 |
history.py
|
Fix more deprecation warnings (#7778)
|
2017-05-26 13:12:17 -07:00 |
homematic.py
|
Updated dependency
|
2017-06-07 23:55:42 +02:00 |
ifttt.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
influxdb.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
input_boolean.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
input_select.py
|
Update docstrings (#7405)
|
2017-05-02 22:47:20 +02:00 |
input_slider.py
|
Update docstrings (#7405)
|
2017-05-02 22:47:20 +02:00 |
insteon_hub.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
insteon_local.py
|
fix permissions issue for Insteon Local #6558 (#7860)
|
2017-06-01 23:36:47 -07:00 |
insteon_plm.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
introduction.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
ios.py
|
Start of migration framework, to allow moving of files in the config … (#7740)
|
2017-06-01 23:50:04 -07:00 |
isy994.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
joaoapps_join.py
|
Update join (#7443)
|
2017-05-04 13:14:14 -07:00 |
juicenet.py
|
Add juicenet platform (#7668)
|
2017-06-05 08:39:31 -07:00 |
keyboard.py
|
…
|
|
keyboard_remote.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
kira.py
|
Add Kira component to sensor and remote platforms (#7479)
|
2017-05-12 21:12:47 -07:00 |
knx.py
|
Fix object type for default KNX port
|
2017-05-05 19:19:24 -04:00 |
lirc.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
litejet.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
logbook.py
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
logentries.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
logger.py
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
lutron.py
|
Point pylutron to pypi (#7664)
|
2017-05-20 14:27:35 +03:00 |
lutron_caseta.py
|
Support lutron serena shades (#7565)
|
2017-05-12 20:17:11 -07:00 |
maxcube.py
|
Remove superfluous comments and update ordering (#7227)
|
2017-04-22 21:13:04 +02:00 |
microsoft_face.py
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
mochad.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
modbus.py
|
Switch pymodbus to pypi (#7677)
|
2017-05-20 21:19:22 +02:00 |
mqtt_eventstream.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
mysensors.py
|
Upgrade pymysensors to 0.10.0 (#7469)
|
2017-05-06 19:10:17 -07:00 |
neato.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
nest.py
|
Add service to set nest away/home modes (#7619)
|
2017-06-04 23:45:24 -07:00 |
netatmo.py
|
…
|
|
nuimo_controller.py
|
Clean up requirements (#7391)
|
2017-05-02 09:15:02 -07:00 |
octoprint.py
|
Suppress logs when octorpint goes offline (#7441)
|
2017-05-04 13:13:09 -07:00 |
panel_custom.py
|
…
|
|
panel_iframe.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
persistent_notification.py
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
pilight.py
|
Update docstrings (#7405)
|
2017-05-02 22:47:20 +02:00 |
plant.py
|
Fix plant MIN_TEMPERATURE, MAX_TEMPERATURE validation (#7476)
|
2017-05-07 15:15:18 +02:00 |
proximity.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
qwikswitch.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
raspihats.py
|
Add new raspihats component (#7392)
|
2017-05-05 00:02:47 -07:00 |
rest_command.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
rflink.py
|
Replace executor with async_add_job (#7658)
|
2017-05-26 08:28:07 -07:00 |
rfxtrx.py
|
Add hass to rfxtrx object (#6844)
|
2017-05-04 23:50:53 -07:00 |
ring.py
|
Upgrade Ring to 0.1.4 (#7386)
|
2017-04-30 20:08:14 -07:00 |
rpi_gpio.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
rpi_pfio.py
|
Support for the PiFace Digital I/O module (#7494)
|
2017-05-09 22:36:33 -07:00 |
rss_feed_template.py
|
Remove ordered_dict validator (#7375)
|
2017-04-30 10:55:03 -07:00 |
script.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
scsgate.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
services.yaml
|
Add Eight sleep component (#7275)
|
2017-05-02 08:38:27 -07:00 |
shell_command.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
sleepiq.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
spc.py
|
Add support for Vanderbilt SPC alarm panels and attached sensors (#7663)
|
2017-06-04 23:53:25 -07:00 |
splunk.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
statsd.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
sun.py
|
Initialize sun with correct values. (#7559)
|
2017-05-12 16:04:30 -07:00 |
tado.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
tellduslive.py
|
fix for https://github.com/home-assistant/home-assistant/issues/7019 (#7618)
|
2017-06-02 00:02:26 -07:00 |
tellstick.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
thingspeak.py
|
…
|
|
tradfri.py
|
Add support for disabling tradfri groups (#7593)
|
2017-05-16 23:26:57 -07:00 |
twilio.py
|
…
|
|
updater.py
|
Migrate updater to aiohttp (#7387)
|
2017-05-01 23:29:01 -07:00 |
upnp.py
|
Allow 'base_url' (fixes #7784) (#7796)
|
2017-05-31 09:08:53 -07:00 |
vera.py
|
Bump pyvera - fixes issue with % in brightness levels. (#7622)
|
2017-05-16 20:01:29 -07:00 |
verisure.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
volvooncall.py
|
Add service_url config option to volvooncall (#7919)
|
2017-06-07 08:52:36 +02:00 |
weblink.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
websocket_api.py
|
Fix websocket api reaching queue (#7590)
|
2017-05-15 00:10:06 -07:00 |
wemo.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
wink.py
|
Additional Wink lock features (#7445)
|
2017-05-13 14:09:00 -04:00 |
zabbix.py
|
…
|
|
zeroconf.py
|
…
|
|
zigbee.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
zone.py
|
Update docstrings (#7361)
|
2017-04-29 22:04:49 -07:00 |
zoneminder.py
|
zoneminder: fix incorrect use of logging.exception. (#7675)
|
2017-05-21 11:11:33 +02:00 |