Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Mar 16, 2018
    • Fabien Piuzzi's avatar
      Adding Foobot device sensor (#12417) · 0deef348
      Fabien Piuzzi authored
      * Added Foobot device sensor
      
      * Added error handling tests
      
      * Corrections after PR review.
      
      * Migrated to async/await syntax
      
       * lint fixes
       * stop raising HomeAssistantError
       * debug log for number of requests
      
      * Moved shared data between sensors from a class attribute to a separate class
      
      * Made test more async-aware
      
      disabled setup error test for now as it's not working
      
      * Working failure scenarios tests
      0deef348
  2. Mar 14, 2018
  3. Mar 13, 2018
  4. Mar 12, 2018
  5. Mar 10, 2018
  6. Mar 09, 2018
  7. Mar 05, 2018
  8. Mar 04, 2018
  9. Feb 28, 2018
  10. Feb 27, 2018
  11. Feb 26, 2018
    • cdce8p's avatar
      Homekit Update, Support for TempSensor (°F) (#12676) · 27b1d448
      cdce8p authored
      * Changed version of "HAP-python" to "v1.1.7"
      
      * Updated acc file to simplify init calls
      
      * Code refactored and '°F' temp Sensors added
      
      * Changed call to 'HomeAccessory' and 'HomeBridge'
      * Extended function of 'add_preload_service' to add additional characteristics
      * Added function to override characteristic property values
      
      * TemperatureSensor
        * Added unit
        * Added calc_temperature
      
      * Updated tests
      27b1d448
  12. Feb 21, 2018
  13. Feb 20, 2018
  14. Feb 19, 2018
    • cdce8p's avatar
      Add support for HomeKit (#12488) · eec3bad9
      cdce8p authored
      * Basic Homekit support
      
      * Added Temperatur Sensor
      * Added Window Cover
      
      * Code refactored
      
      * Added class HomeAccessory(Accessory)
      * Added class HomeBridge(Bridge)
      * Changed homekit imports to relative, to enable use in custom_components
      * Updated requirements
      * Added docs
      * Other smaller changes
      
      * Changed Homekit from entity to class
      
      * Changes based on feedback
      * Updated config schema
      * Add only covers that support set_cover_position
      
      * Addressed comments, updated to pyhap==1.1.5
      
      * For lint: added files to gen_requirements_all
      * Added codeowner
      
      * Small change to Wrapper classes
      
      * Moved imports to import_types, small changes
      
      * Small changes, added tests
      
      * Homekit class: removed add_accessory since it's already covered by pyhap
      * Added test requirement: HAP-python
      * Added test suit for homekit setup and interaction between HA and pyhap
      * Added test suit for get_accessories function
      
      * Test bugfix
      
      * Added validate pincode, tests for cover and sensor types
      eec3bad9
  15. Feb 18, 2018
    • Anders Melchiorsen's avatar
      Rework Sonos media player platform (#12126) · 635d36c6
      Anders Melchiorsen authored
      * Rework Sonos media player platform for push
      
      * Ignore play_mode from events where it is missing
      
      * Remove unused preload helper
      
      * Freeze SoCo version
      
      * Updates for entity registry
      
      * Add codeowner
      
      * Use real soco release
      635d36c6
  16. Feb 17, 2018
  17. Feb 16, 2018
  18. Feb 11, 2018
    • Paulus Schoutsen's avatar
      Bump frontend to 20180211.0 · a71d5f46
      Paulus Schoutsen authored
      a71d5f46
    • Tod Schmidt's avatar
      Move HassIntent handler code into helpers/intent (#12181) · 26209de2
      Tod Schmidt authored
      * Moved TurnOn/Off Intents to component
      
      * Removed unused import
      
      * Lint fix which my local runs dont catch apparently...
      
      * Moved hass intent code into intent
      
      * Added test for toggle to conversation.
      
      * Fixed toggle tests
      
      * Update intent.py
      
      * Added homeassistant.helpers to gen_requirements script.
      
      * Update intent.py
      
      * Update intent.py
      
      * Changed return value for _match_entity
      
      * Moved consts and requirements
      
      * Removed unused import
      
      * Removed http view
      
      * Removed http import
      
      * Removed fuzzywuzzy dependency
      
      * woof
      
      * A few cleanups
      
      * Added domain filtering to entities
      
      * Clarified class doc string
      
      * Added doc string
      
      * Added test in test_init
      
      * woof
      
      * Cleanup entity matching
      
      * Update intent.py
      
      * removed uneeded setup from tests
      26209de2
    • Otto Winter's avatar
      Upgrade pylint to 1.8.2 (#12274) · 678f2840
      Otto Winter authored
      * Upgrade pylint to 1.8.1
      
      * Fix no-else-return
      
      * Fix bad-whitespace
      
      * Fix too-many-nested-blocks
      
      * Fix raising-format-tuple
      
      See https://github.com/PyCQA/pylint/blob/master/doc/whatsnew/1.8.rst
      
      * Fix len-as-condition
      
      * Fix logging-not-lazy
      
      Not sure about that TEMP_CELSIUS though, but internally it's probably just like if you concatenated any other (variable) string
      
      * Fix stop-iteration-return
      
      * Fix useless-super-delegation
      
      * Fix trailing-comma-tuple
      
      Both of these seem to simply be bugs:
       * Nest: The value of self._humidity never seems to be used anywhere
       * Dovado: The called API method seems to expect a "normal" number
      
      * Fix redefined-argument-from-local
      
      * Fix consider-using-enumerate
      
      * Fix wrong-import-order
      
      * Fix arguments-differ
      
      * Fix missed no-else-return
      
      * Fix no-member and related
      
      * Fix signatures-differ
      
      * Revert "Upgrade pylint to 1.8.1"
      
      This reverts commit af78aa00f125a7d34add97b9d50c14db48412211.
      
      * Fix arguments-differ
      
      * except for device_tracker
      
      * Cleanup
      
      * Fix test using positional argument
      
      * Fix line too long
      
      I forgot to run flake8 - shame on me... :upside_down:
      
      * Fix bad-option-value for 1.6.5
      
      * Fix arguments-differ for device_tracker
      
      * Upgrade pylint to 1.8.2
      
      * :shirt: Fix missed no-member
      678f2840
  19. Feb 09, 2018
  20. Feb 08, 2018
    • Diogo Gomes's avatar
      SQL sensor (#12142) · 03002290
      Diogo Gomes authored
      * Initial Commit
      
      * Passed all checks
      
      * Make DB_URL required
      
      * addresses review comments from @fabaff
      
      * unused variable
      03002290
  21. Feb 06, 2018
  22. Feb 05, 2018
    • Joe Lu's avatar
      Canary live stream (#11949) · e35d4f0a
      Joe Lu authored
      * Added support for Canary live stream view
      
      * Updated requirements
      
      * - Fixed lint error
      
      * Addressed PR comment
      
      * - Disabled polling for Canary camera as suggested in PR comment
      - Live session is now renewed every time camera is retrieved and min time between session renewal is 90 seconds
      e35d4f0a
  23. Feb 04, 2018
  24. Feb 03, 2018
  25. Jan 30, 2018
  26. Jan 29, 2018
  27. Jan 27, 2018
Loading