Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Nov 28, 2016
    • Oliver's avatar
      Added denon media player controls via denonavr library (#4580) · 248a90b7
      Oliver authored
      * Added denonavr module again
      
      * Edited requirements_all.txt
      
      * Edited .coveragerc
      
      * Fixed error with AUX1 input source in library
      
      * Adding device should not fail on connection timeout
      
      * Changed method to select source
      
      * Update requirements_all.txt
      248a90b7
    • Mark King's avatar
      TEMPer component: reset devices on address change (#4596) · d8c4af9c
      Mark King authored
      Fixes https://github.com/home-assistant/home-assistant/issues/4389
      
      The USB address of these devices periodically changes, causing
      home-assistant to fail to read the temperature data. This PR fixes this
      by re-reading the available devices on failure. I've been running this
      for several days and for the first time have consistent temperature
      data without having to restart home-assistant.
      d8c4af9c
    • Fabian Affolter's avatar
      Threshold sensor (#4216) · 1e6c660f
      Fabian Affolter authored
      * Add threshold sensor
      
      * New config requirement, update async, other changes, and update tests
      
      * Update threshold.py
      1e6c660f
    • Harris Borawski's avatar
      Add exception handling to Sonarr (#4569) · 44a508e8
      Harris Borawski authored
      * Add exception handling to request call to prevent
      failure in setup_platform if host is down
      
      * update for comments
      
      * update test for state being none
      
      * remove unused import
      44a508e8
    • Bjarni Ivarsson's avatar
      Support for media_position property on media_player (#4172) · 92c6cee2
      Bjarni Ivarsson authored
      * Added support for media_position property to media_player + implementation for sonos.
      
      * Pla yback progress now updates without needed state transitions in HA.
      
      * Linting fixes
      
      * media_position_update_at property is now a datetime.
      
      * Minor fix.
      
      * Linting fixes.
      92c6cee2
    • Paulus Schoutsen's avatar
      Update frontend · d4bc8e23
      Paulus Schoutsen authored
      d4bc8e23
    • Antoine Bertin's avatar
      Light effects (#4538) · f0db698f
      Antoine Bertin authored
      * Add support for light effects
      
      * Move PLATFORM_SCHEMA changes in light to mqtt_template
      
      * Add effect validation
      
      * Add unittests
      
      * Add light effect to demo and unittests
      
      * Use cv.string for config validation
      
      * Use cv.ensure_list for config validation
      
      * Fix typo
      
      * Remove unused exception management for effect
      f0db698f
    • Pascal Vizeli's avatar
      Refactory aiohttp clientsession handling in HA (#4602) · cf57db91
      Pascal Vizeli authored
      * Refactory aiohttp clientsession handling in HA
      
      * remove from core / update platforms / rename file
      cf57db91
    • Josh Nichols's avatar
      Nest Cam support (#4292) · 84b12ab0
      Josh Nichols authored
      * start nestcam support
      
      * start nestcam support
      
      * introduce a access_token_cache_file
      
      * Bare minimum to get nest thermostat loading
      
      * occaisonally the image works
      
      * switch to nest-aware interval for testing
      
      * Add Nest Aware awareness
      
      * remove duplicate error logging line
      
      * Fix nest protect support
      
      * address baloobot
      
      * fix copy pasta
      
      * fix more baloobot
      
      * last baloobot thing for now?
      
      * Use streaming status to determine online or not. online from nest means its on the network
      
      * Fix temperature scale for climate
      
      * Add support for eco mode
      
      * Fix auto mode for nest climate
      
      * update update current_operation and set_operation mode to use constant when possible. try to get setting something working
      
      * remove stale comment
      
      * unused-argument already disabled globally
      
      * Add eco to the end, instead of after off
      
      * Simplify conditional when the hass mode is the same as the nest one
      
      * away_temperature became eco_temperature, and works with eco mode
      
      * Update min/max temp based on locked temperature
      
      * Forgot to set locked stuff during construction
      
      * Cache image instead of throttling (which returns none), respect NestAware subscription
      
      * Fix _time_between_snapshots before the first update
      
      * WIP pin authorization
      
      * Add some more logging
      
      * Working configurator, woo. Fix some hound errors
      
      * Updated pin workflow
      
      * Deprecate more sensors
      
      * Don't update during access of name
      
      * Don't update during access of name
      
      * Add camera brand
      
      * Fix up some syntastic errors
      
      * Fix ups ome hound errors
      
      * Maybe fix some more?
      
      * Move snapshot simulator url checking down into python-nest
      
      * Rename _ready_to_update_camera_image to _ready_for_snapshot
      
      * More fixes
      
      * Set the next time a snapshot can be taken when one is taken to simplify logic
      
      * Add a FIXME about update not getting called
      
      * Call update during constructor, so values get set at least once
      
      * Fix up names
      
      * Remove todo about eco, since that's pretty nest
      
      * thanks hound
      
      * Fix temperature being off for farenheight.
      
      * Fix some lint errors, which includes using a git version of python-nest with updated code
      
      * generate requirements_all.py
      
      * fix pylint
      
      * Update nestcam before adding
      
      * Fix polling of NestCamera
      
      * Lint
      84b12ab0
  2. Nov 27, 2016
  3. Nov 26, 2016
  4. Nov 25, 2016
  5. Nov 24, 2016
  6. Nov 23, 2016
Loading