Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Jun 17, 2018
  2. Jun 16, 2018
  3. Jun 15, 2018
  4. Jun 14, 2018
    • Paulus Schoutsen's avatar
      Add config entry for Sonos + Cast (#14955) · 2c6e6c2a
      Paulus Schoutsen authored
      * Add config entry for Sonos
      
      * Lint
      
      * Use add_job
      
      * Add Cast config entry
      
      * Lint
      
      * Rename DOMAIN import
      
      * Mock pychromecast in test
      2c6e6c2a
    • Benedict Aas's avatar
      add relative time option to simulated sensors (#14038) · c8e0de19
      Benedict Aas authored
      By default simulated sensors are relative to when they're activated,
      instead we make this togglable with this new option 'relative_to_epoch',
      and instead they become relative to 1970-01-01 00:00:00.
      c8e0de19
    • Paulus Schoutsen's avatar
      Fix tests (#14959) · b2440a6d
      Paulus Schoutsen authored
      * Fix tests
      
      * Lint
      b2440a6d
    • ruohan.chen's avatar
      Add support for ZhongHong HVAC Controllers (#14552) · c36c3f0d
      ruohan.chen authored
      * first blood for ZhongHong HVAC Controller
      
      * add requirements
      
      * requirements_all.txt updated
      
      * add zhong_hong.py to coveragerc
      
      * add comments
      
      * unique_id add platform name
      
      * zhong_hong_hvac version bump to 1.0.1
      
      * improve some coding style to match the project standard
      
      * zhong_hong_hvac version bump to 1.0.4
      
      * zhong_hong_hvac version require 1.0.7
      
      * update requirements by script/gen_requirements_all.py
      
      * zhong_hong_hvac version bump to 1.0.8
      
      * fix startup problem
      
      * remove unused import
      
      * zhong_hong_hvac version bump to 1.0.9
      
      - operation_mode: cold -> cool
      
      * start hub listen event when all climate entities is ready
      
      * use dispatcher to setup hub
      
      * var name change
      
      SIGNAL_DEVICE_SETTED_UP -> SIGNAL_DEVICE_ADDED
      
      * async problem fix
      
      * bugfix: set_operation_mode forget to use upper case
      
      * stringify the exception instead of print full stack of traceback
      
      * avoid to call str(exception) explicity
      
      * remove unnecessary try...except clause
      
      * remove unused import
      c36c3f0d
    • Aaron Bach's avatar
      Make AirVisual platform async + other adjustments (#14943) · 0e7d284c
      Aaron Bach authored
      * Changes complete
      
      * Updated requirements
      
      * Add support for scan_interval
      
      * Small style update
      
      * Owner-requested changes
      0e7d284c
    • Nick Whyte's avatar
      Add sensor.nsw_fuel_station component (#14757) · cdd111df
      Nick Whyte authored
      * Add sensor.nsw_fuel_station component
      
      * bump dependency
      
      * PR Changes
      
      * flake8
      
      * Use MockPrice
      
      * Fix requirements
      
      * Fix tests
      
      * line length
      
      * wip
      
      * Handle errors and show persistent notification
      
      * update tests
      
      * Address @MartinHjelmare's comments
      
      * Fetch station name from API
      
      * Update tests
      
      * Update requirements
      
      * Address comments
      cdd111df
  5. Jun 13, 2018
    • Robin's avatar
      Fix Facebox face data parsing (#14951) · cccd0deb
      Robin authored
      * Adds parse_faces
      
      * Update facebox.py
      cccd0deb
    • Paulus Schoutsen's avatar
      Nest config flow (#14921) · e014a842
      Paulus Schoutsen authored
      * Move nest to dir based component
      
      * Add config flow for Nest
      
      * Load Nest platforms via config entry
      
      * Add tests for Nest config flow
      
      * Import existing access tokens as config entries
      
      * Lint
      
      * Update coverage
      
      * Update translation
      
      * Fix tests
      
      * Address strings
      
      * Use python-nest token resolution
      
      * Lint
      
      * Do not do I/O inside constructor
      
      * Lint
      
      * Update test requirements
      e014a842
    • Aaron Bach's avatar
      Make Yi platform async (#14944) · d549e26a
      Aaron Bach authored
      * Conversion complete
      
      * Updated requirements
      
      * Got rid of 3.6-specific syntax
      
      * Removed more 3.6-specific syntax
      
      * Contributor-requested changes
      d549e26a
    • Marius's avatar
      Add unique_id for mqtt binary sensor (#14929) · 08adfd87
      Marius authored
      * Added unique_id for mqtt binary sensor
      
      * Added missing mqtt message fire in test
      08adfd87
Loading