Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Jul 06, 2018
    • Mattias Welponer's avatar
      Add HomematicIP Cloud Config Flow and Entries loading (#14861) · 99709657
      Mattias Welponer authored
      * Add HomematicIP Cloud to config flow
      
      * Inititial trial for config_flow
      
      * Integrations text files
      
      * Load and write config_flow and init homematicip_cloud
      
      * Split into dedicated files
      
      * Ceanup of text messages
      
      * Working config_flow
      
      * Move imports inside a function
      
      * Enable laoding even no accesspoints are defined
      
      * Revert unnecassary changes in CONFIG_SCHEMA
      
      * Better error handling
      
      * fix flask8
      
      * Migration to async for token generation
      
      * A few fixes
      
      * Simplify config_flow
      
      * Bump version to 9.6 with renamed package
      
      * Requirements file
      
      * First fixes after review
      
      * Implement async_step_import
      
      * Cleanup for Config Flow
      
      * First tests for homematicip_cloud setup
      
      * Remove config_flow tests
      
      * Really remove all things
      
      * Fix comment
      
      * Update picture
      
      * Add support for async_setup_entry to switch and climate platform
      
      * Update path of the config_flow picture
      
      * Refactoring for better tesability
      
      * Further tests implemented
      
      * Move 3th party lib inside function
      
      * Fix lint
      
      * Update requirments_test_all.txt file
      
      * UPdate of requirments_test_all.txt did not work
      
      * Furder cleanup in websocket connection
      
      * Remove a test for the hap
      
      * Revert "Remove a test for the hap"
      
      This reverts commit 968d58cba108e0f371022c7ab540374aa2ab13f4.
      
      * First tests implemented for config_flow
      
      * Fix lint
      
      * Rework of client registration process
      
      * Implemented tests for config_flow 100% coverage
      
      * Cleanup
      
      * Cleanup comments and code
      
      * Try to fix import problem
      
      * Add homematicip to the test env requirements
      99709657
    • Luke Fritz's avatar
      Add additional sensors for Arlo Baby camera (#15074) · 0f1bcfd6
      Luke Fritz authored
      * Add additional sensors for Arlo Baby camera
      
      * Fix linter errors
      
      * Fix linter error
      
      * Add tests for Arlo sensors
      
      * Fix linter errors
      
      * Bump pyarlo dependency to 0.1.9
      
      * Remove unnecessary AttributeError except
      
      * Fix module reference error in py35
      
      * Fix test
      
      * Address PR review concerns
      
      * Convert to standalone pytest methods
      
      * Fix linter errors
      
      * Fix linter errors
      
      * Fix linter errors
      
      * Fix test
      
      * Remove redundant check, fix async test
      
      * Fix linter error
      
      * Added check for total_cameras sensor, added additional attribute tests
      
      * Add missing docstring
      0f1bcfd6
  2. Jul 04, 2018
  3. Jul 03, 2018
  4. Jul 02, 2018
  5. Jul 01, 2018
Loading