Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Dec 30, 2018
    • ehendrix23's avatar
      Use aioharmony for remote.harmony platform (#19595) · faeee4f7
      ehendrix23 authored
      * Use aioharmony for async
      
      Use aioharmony to interact with Harmony hub. Due to this following improvements:
      -) Setting of available state for entity
      -) Automatic config update if configuration changes (including updating file containing config)
      -) Allow using of device name instead of number
      -) When sending command with repeat, nothing else will be able to put a IR command in between
      
      * Requirements updated
      
      * Version update for fix
      
      * Mainly cleanup
      
      * Update requirements
      
      Updated requirements
      
      * Fixed lint issue
      
      * Small bump for aioharmony
      
      Small version bump increase for aioharmony
      
      * Updated based on review
      faeee4f7
    • Markus Ressel's avatar
      Add RaspyRFM switch platform (#19130) · 9aa60372
      Markus Ressel authored
      * added components and requirement
      
      * change config to allow the definition of multiple switches without redefining the gateway
      
      * dont assume false state
      fix default value
      
      * added exclude to coveragerc
      
      * sorted imports
      
      * review fixes
      
      * review fixes
      
      * bugfix
      review fixes
      
      * review fix
      9aa60372
    • David F. Mulcahey's avatar
      Only bind clusters in ZHA remote entity (#19577) · d0742cb3
      David F. Mulcahey authored
      * split bind and configure reporting helpers
      
      * only bind remote clusters
      
      * update comments - review comment
      d0742cb3
    • Alexei Chetroi's avatar
      Use async_configure for ZHA IAS binary sensor (#19629) · e096532c
      Alexei Chetroi authored
      * Update Zha IAS binary sensor to use async_configure().
      
      * Make less debug logging noise.
      e096532c
    • Adam Belebczuk's avatar
      Improve Wemo setup speed (#19563) · 25e5864a
      Adam Belebczuk authored
      * Wemo - Improve setup speed
      
      Move WeMo device discovery to an async context so it won't block initial component setup from completing quickly.
      
      * WeMo - Fix too long lines
      
      * WeMo - Update subscription shutdown log message
      
      * WeMo - Fix flake8 issues
      
      * WeMo - Code review fixes
      
      * WeMo - Fix long lines
      
      * WeMo - More code review fixes
      
      * WeMo - Code review fixes
      25e5864a
  2. Dec 29, 2018
  3. Dec 28, 2018
  4. Dec 27, 2018
  5. Dec 26, 2018
Loading