Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Aug 05, 2018
  2. Aug 04, 2018
  3. Aug 03, 2018
  4. Aug 02, 2018
  5. Aug 01, 2018
    • Jason Hu's avatar
      589b23b7
    • Niklas's avatar
      Add support for STATE_AUTO of generic_thermostat (#15678) · 2e5131bb
      Niklas authored
      Add support for STATE_AUTO of generic_thermostat
      2e5131bb
    • Conrad Juhl Andersen's avatar
      Add support for STATES of vacuums (#15573) · 2ff5b4ce
      Conrad Juhl Andersen authored
      * Vacuum: Added support for STATES
      
      * Added debug logging and corrected state order
      
      * typo
      
      * Fix travis error, STATE = STATE for readability
      
      * status -> state
      
      * Changed to Entity instead of ToogleEntity
      
      * Updated some vacuums
      
      * Revert changes
      
      * Revert Changes
      
      * added SUPPORT_STATE
      
      * Woof?
      
      * Implement on/off if STATE not supported
      
      * Moved new state vaccum to Class StateVacuumDevice
      
      * Error: I should go to bed
      
      * Moved around methods for easier reading
      
      * Added StateVacuumDevice demo vacuum
      
      * Added tests for StateVacuumDevice demo vacuum
      
      * Fix styling errors
      
      * Refactored to BaseVaccum
      
      * Vacuum will now go back to dock
      
      * Class BaseVacuum is for internal use only
      
      * return -> await
      
      * return -> await
      2ff5b4ce
    • Robert Svensson's avatar
      deCONZ - support for power plugs (#15752) · f8a47894
      Robert Svensson authored
      * Initial commit for deCONZ switch support
      
      * Fix hound comment
      
      * Fix martins comment; platforms shouldn't depend on another platform
      
      * Fix existing tests
      
      * New tests
      
      * Clean up unnecessary methods
      
      * Bump requirement to v43
      
      * Added device state attributes to light
      f8a47894
    • Oscar Tin Yiu Lai's avatar
      Expose internal states and fixed on/off state of Dyson Fans (#15716) · 623f6c84
      Oscar Tin Yiu Lai authored
      * exposing internal state and fixed onoff state
      
      * fixed styling
      
      * revert file mode changes
      
      * removed self type hints
      
      * better unit test and changed the way to return attributes
      
      * made wolfie happy
      623f6c84
  6. Jul 31, 2018
  7. Jul 30, 2018
    • Teemu R's avatar
      Add kodi unique id based on discovery (#15093) · 3208ad27
      Teemu R authored
      * kodi add unique id based on discovery
      
      * initialize unique_id to None
      
      * use netdisco-extracted mac_address
      
      * use an uuid instead of mac for real uniqueness
      
      * add missing docstring
      
      * verify that there is no entity already for the given unique id
      
      * whitespace fix
      3208ad27
Loading