Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Apr 11, 2019
    • Rohan Kapoor's avatar
      Load requirements and dependencies from manifests. Fallback to current... · 6ba9ccf0
      Rohan Kapoor authored
      Load requirements and dependencies from manifests. Fallback to current `REQUIREMENTS` and `DEPENDENCIES` (#22717)
      
      * Load dependencies from manifests. Fallback to current DEPENDENCIES
      
      * Fix typing
      
      * Ignore typing correctly
      
      * Split out dependency processing to a new method
      
      * Fix tests
      
      * Only pull from manifest if dependencies is non empty
      
      * Inline temporary function
      
      * Fix light tests [skip ci]
      
      * Fix tests/common
      
      * Fix some mqtt tests [skip ci]
      
      * Fix tests and component manifests which have only one platform
      
      * Fix rflink tests
      
      * Fix more tests and manifests
      
      * Readability over shorthand format
      
      * Fix demo/notify tests
      
      * Load dependencies from manifests. Fallback to current DEPENDENCIES
      
      * Load requirements from manifests. Fallback to current REQUIREMENTS
      
      * Fix typing
      
      * Ignore typing correctly
      
      * Split out dependency processing to a new method
      
      * Only pull from manifest if dependencies is non empty
      
      * Inline temporary function
      
      * Fix tests and component manifests which have only one platform
      
      * Fix rflink tests
      
      * Readability over shorthand format
      
      * Clean up requirements
      
      * Use integration to resolve deps/reqs
      
      * Lint
      
      * Lint
      
      * revert a change
      
      * Revert a test change
      
      * Fix types
      
      * Fix types
      
      * Add back cache for load component
      
      * Fix test_component_not_found
      
      * Move light.test and device_tracker.test into test package instead with manifest to fix tests
      
      * Fix broken device_tracker tests
      
      * Add docstrings to __init__
      
      * Fix all of the light tests that I broke earlier
      
      * Embed the test.switch platform to fix other tests
      
      * Embed and fix the test.imagimage_processing platform
      
      * Fix tests for nx584
      
      * Add dependencies from platform file's DEPENDENCIES
      
      * Try to setup component when entity_platform is setting up
      
      Fix tests in helpers folder
      
      * Rewrite test_setup
      
      * Simplify
      
      * Lint
      
      * Disable demo component if running in test
      
      Temp workaround to unblock CI tests
      
      * Skip demo tests
      
      * Fix config entry test
      
      * Fix repeat test
      
      * Clarify doc
      
      * One extra guard
      
      * Fix import
      
      * Lint
      
      * Workaround google tts
      6ba9ccf0
    • Miroslav Ždrale's avatar
      Bump pyubee version to support more models and detect model automatically (#22450) · 8a81286a
      Miroslav Ždrale authored
      
      * Bump pyubee to 0.4, support more models and detect model automatically
      
      * Update requirements_all.txt
      
      * Check for supported models
      
      * Add model aliases
      
      * Code clean-up
      
      * Updated code to meet reviewer's requests.
      
      * Updated code to meet reviewer's requests.
      
      * Minor update
      
      * Minor update
      
      * Populate mac2name dict
      
      * Return list of MAC addresses, not dict
      
      Co-Authored-By: default avatarmzdrale <mzdrale@gmail.com>
      
      * Minor update
      8a81286a
    • Robbie Trencheny's avatar
      Make inlined JSON example valid · f5c67714
      Robbie Trencheny authored
      f5c67714
    • Paulus Schoutsen's avatar
      Google Assistant: Migrate light setting trait to use HSV color spectrum (#22980) · f33bf718
      Paulus Schoutsen authored
      * Migrate light setting trait to use HSV
      
      * Fix tests
      
      * Fix all the typos
      f33bf718
  2. Apr 10, 2019
  3. Apr 09, 2019
Loading