Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Oct 07, 2018
  2. Oct 06, 2018
  3. Oct 05, 2018
  4. Oct 04, 2018
    • Florian Klien's avatar
      YesssSMS handling more errors, upgrade to version 0.2.3 (#17052) · ce1e8f8a
      Florian Klien authored
      * YesssSMS handling more errors, upgrade to version 0.2.1
      
       - handling missing internet connection nicely
       - disabling login with non-working credentials (website locked account for 1 hour)
       - upgrade to new upstream version of YesssSMS
      
      * notify.yessssms tests
      
      * test requirements
      
      * flake8 fix
      
      * fixing tests, new upstream version 0.2.3
      
      fixing tests based on requested changes, coverage
      
      * removing unmotivated print
      
      * passing exception to ConnectionError and SMSSendingError logger
      ce1e8f8a
    • Daniel Høyer Iversen's avatar
      Update xiaomi lib (#17129) · 0d93bf9a
      Daniel Høyer Iversen authored
      0d93bf9a
    • Daniel Høyer Iversen's avatar
      Tibber component and notify (#17062) · 05d8c572
      Daniel Høyer Iversen authored
      * Refactor tibber, and Tibber notify
      
      * update Tibber lib.
      
      * tibber
      
      * Tibber coveragerc
      
      * Tibber upgrade lib
      
      * style
      
      * comments
      
      * use async_get_service
      
      * event
      05d8c572
    • Aaron Bach's avatar
      Bumps simplisafe-python to 3.1.2 (#16931) · 04fdde0e
      Aaron Bach authored
      * Bumps simplisafe-python to 3.0.4
      
      * Updated requirements
      
      * Refresh token logic added
      
      * Member-requested changes
      
      * Removed unused import
      
      * Updated CODEOWNERS
      
      * Bump library to 3.1.2
      04fdde0e
  5. Oct 03, 2018
    • Dan Cinnamon's avatar
      Bump pyenvisalink (#17086) · 15a160a6
      Dan Cinnamon authored
      15a160a6
    • Kevin Fronczak's avatar
      Overhaul of Blink platform (#16942) · c78850a9
      Kevin Fronczak authored
      * Using new methods for blink camera
      
      - Refactored blink platform (breaking change)
      - Camera needs to be uniquely enabled in config from now on
      - Added motion detection enable/disable to camera platform
      
      * Fix motion detection
      
      - bumped blinkpy to 0.8.1
      - Added wifi strength sensor
      
      * Added platform schema to sensor
      
      - Added global variables for brand and attribution to main platform
      
      * Removed blink binary sensor
      
      * Add alarm control panel
      
      * Fixed dependency, added alarm_home
      
      * Update requirements
      
      * Fix lint errors
      
      * Updated throttle times
      
      * Add trigger_camera service (replaced snap_picture)
      
      * Add refresh after camera trigger
      
      * Update blinkpy version
      
      * Wait for valid camera response before returning image
      
      - Motion detection now working!
      
      * Updated for new blinkpy 0.9.0
      
      * Add refresh control and other fixes for new blinkpy release
      
      * Add save video service
      
      * Pushing to force bot to update
      
      * Changed based on first review
      
      - Pass blink as BLINK_DATA instead of DOMAIN
      - Remove alarm_arm_home from alarm_control_panel
      - Re-add discovery with schema for sensors/binar_sensors
      - Change motion_detected to a binary_sensor
      - Added camera_armed binary sensor
      - Update camera device_state_attributes rather than state_attributes
      
      * Moved blink.py to own folder. Added service hints.
      
      * Updated coveragerc to reflect previous change
      
      * Register services with DOMAIN
      
      - Change device add for loop order in binary_sensor
      
      * Fix lint error
      
      * services.async_register -> services.register
      c78850a9
  6. Oct 02, 2018
  7. Oct 01, 2018
  8. Sep 30, 2018
    • Patrik's avatar
      Add basic support for Tradfri switches (#17007) · 940d5fb2
      Patrik authored
      * Initial commit
      
      * Sockets have been moved to separate component
      
      * Sockets have been moved to separate component
      
      * Fix const PLATFORM_SCHEMA
      
      * Fix unique id
      
      * Fix async_create_task
      
      * Fix PLATFORM_SCHEMA
      
      * Fix typo
      
      * Remove pylint disable
      940d5fb2
    • Totoo's avatar
      Google Maps supports battery level and charging. (#16969) · 1b7bfec2
      Totoo authored
      * Google Maps supports battery level and charging.
      
      With 3.0.2 locationsharinglib now the battery level and the charging attributes are available.
      
      * Update google_maps.py
      
      fix too long line error
      
      * Update google_maps.py
      
      Fix multi line import, and line length limit
      
      * Update gen_requirements_all.py
      
      Add locationsharinglib to gen_requirements_all
      
      * update requirements_all
      
      * Last try to fix requirements_all...
      1b7bfec2
    • Rohan Kapoor's avatar
      Bump zm-py to 0.0.4 (#16979) · e2aadc32
      Rohan Kapoor authored
      e2aadc32
    • Rohan Kapoor's avatar
      Bump zm-py to 0.0.4 (#16979) · 8b1bdda0
      Rohan Kapoor authored
      8b1bdda0
  9. Sep 27, 2018
    • Paulus Schoutsen's avatar
      Bump frontend to 20180927.0 · 71333a15
      Paulus Schoutsen authored
      71333a15
    • Paulus Schoutsen's avatar
      Bump frontend to 20180927.0 · d77e8864
      Paulus Schoutsen authored
      d77e8864
    • zxdavb's avatar
      Add (EU-based) Honeywell evohome CH/DHW controller (#16427) · 8d65230a
      zxdavb authored
      * Add support for Honeywell evohome CH/DHW systems
      
      More flake8 corrections
      
      Passes Flake8 tests
      
      Almost passed flake8.pylint!
      
      Passed all tox tests
      
      Now it needs serious testing!
      
      Almost ready to submit
      
      BUGFIX: DHW state now functional
      
      More improvements to available()
      
      Solved the DHW temp units problem!
      
      Last minute bug squash
      
      to improve dicts merge
      
      Trying to rebase
      
      fixing more rbase errors
      
      revert to creating HTTP_error_code internally for now
      
      ready to submit PR
      
      Added support for Honeywell evohome CH/DHW systems
      
      * Updated requirements_test_all.txt
      
      * Fix: D401 First line should be in imperative mood
      
      * Remove _LOGGER.info (replace with _LOGGER.debug)
      
      * raise PlatformNotReady when RequestException during setup()
      
      * Revert some LOGGER.debug to LOGGER.warning
      
      * Improved logging levels, and removed some unwanted comments
      
      * Improvments to logging - additional self._status info
      
      * BUGFIX: DHW wrongly showing available = False (and some other tweaks)
      
      * Fix trailing whitespace
      
      * Remove state_attributes override and API_VER code
      
      * Removed heating zones, DHW and heuristics to reduce # lines of code
      
      * Removed some more lines of code
      
      * Removed unused configuration parameters
      
      * Remove some more un-needed lines
      
      * Removed more (uneeded) lines of code & fixed two minor typos
      
      * Improvements to debug logging of available() = False
      
      * Improvements to code, and code clean-up
      
      * Corrected a minor typo
      
      * A small tidy up
      
      * reduces precision of emulated temps floats to 0.1
      
      * Some code improvements as suggested by JeardM
      
      * Rewrite of exception handler
      
      * Removed another unwanted logging in properties
      
      * Remove async_ version of various methods
      
      * moved available heuristics to update()
      
      * Cleanup of code, and re-work linter hints
      
      * fixed a minor documentation typo
      
      * scan_interval is now no longer a configurable option
      
      * Change from Master/Slave to Parent/Child
      
      * Removed the last of the slaves
      
      * Removed the last of the masters
      
      * Move -PARALLEL_UPDATES to .\climate\evohome.py'
      
      * main code moved to climate/evohome.py
      
      * merge EvoEntity into EvoController class
      
      * remove should_poll (for now)
      
      * woops! left a hint in
      
      * removed icon
      
      * only log a WARNING the first time available = False
      
      * cleanup dodgy exception handling
      
      * Tidy up exception handling
      
      * Many changes as suggested by @MartinHjelmare, thanks
      
      * remove hass from init, part 1
      
      * use async_added_to_hass instead of dispatcher_connect
      
      * remove hass from init, part 2 (done)
      
      * add 1-2 arrays, and tidied up some comments
      
      * from dispatcher to async_added_to_hass
      
      * cleaned up some logging, and removed others
      
      * Many changes as request by @MartinHjelmare
      
      * Homage to the lint
      
      * Changed to the HA of doing operating_mode
      
      * Now using update_before_add=True
      
      * reduced logging further still...
      
      * fixed minor lint
      
      * fix a small logic error
      
      * Add device_state_attributes to track actual operating mode
      
      * Clean up doc quotes caused by  previous changes
      
      * Woops! removed some debug lines that shoudln't have stayed in
      
      * Add a complete set of device_state_attributes
      
      * Cleanup some constants
      
      * Remove more legacy code
      
      * domain_data to evo_data & this else should be a finally
      
      * minor change for readability
      
      * Minor change for readability #2
      
      * removed unused code
      
      * small tidy up - no code changes
      
      * fix minor lint
      
      * Correct URLs & descriptions in docstring
      
      * whoops - fixed a typo in docstrings
      
      * remove an unused line of cide & a small tidy-up
      8d65230a
  10. Sep 26, 2018
  11. Sep 25, 2018
    • Jedmeng's avatar
      Add support for Opple light (#16765) · 8e311686
      Jedmeng authored
      * Add support for Opple light
      
      * Update docstring
      
      * review fix
      
      * review fix
      
      * review fix
      8e311686
    • Rohan Kapoor's avatar
      Bump zm-py to 0.0.3 (#16835) · 0431e38a
      Rohan Kapoor authored
      0431e38a
    • Daniel Winks's avatar
      GitLab-CI sensor integration addition. (#16561) · 4a4c07ac
      Daniel Winks authored
      * Updates to GitLab Sensor
      
      * Updates to GitLab_CI sensor.
      
      * Added GitLab_CI sensor.
      
      * Updated interval to a more appropriate 300 seconds.
      
      * Added GitLab_CI.py to ommitted files.
      
      * Initial refactor to use python-gitlab PyPI module.
      
      * Fixes to dict parsing.
      
      * Updated required packages for GitLab_CI requirements.
      
      * Updates and refactoring to more closely align with Home-Assistant standards.
      
      * Moved import to init, removed unreachable requests exception.
      
      * Removed references to STATE_UNKNOWN and replaced with None
      
      * Removed extra whitespace
      
      * Changed PLATFORM_SCHEMA and renamed add_devices.
      
      Changed PLATFORM_SCHEMA to use SCAN_INTERVAL and add_devices to add_entities
      
      * Added configurable name, changed logger and removed cruft.
      
      * Removed _status to use _state instead, as both held same value.
      
      * Fixed ATTR_BUILD_BRANCH, removed more extraneous cruft.
      
      * Changed required config keys to dict[key] format.
      
      * Removed extraneous CONF_SCAN_INTERVAL as it's already defined.
      4a4c07ac
Loading