Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Remove remotes #238

Merged
merged 13 commits into from
Mar 14, 2020
Merged

Remove remotes #238

merged 13 commits into from
Mar 14, 2020

Commits on Mar 14, 2020

  1. Initial

    robmarkcole committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    267393a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    robmarkcole committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    bb0b3dd View commit details
    Browse the repository at this point in the history
  3. strip tests

    robmarkcole committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    ca471a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e26366 View commit details
    Browse the repository at this point in the history
  5. Fix tests

    * Remove remote-platform related
    * Complete ZLL sensor tests:
      - Setup binary sensor, adds 1 full ZLL sensor from bridge 1
      - Check generated entity state and attrs
      - Check add_to_hass logic
      - Check behavior for changes in presence or temperature,
      cover strange SML logic around the "changed" attribute
      - Check discovery and setup of a new sensor in bridge 2
      - Cover the error when a data update is received before finishing entity setup
      - Check entity and schedule listener removal on HA stop
    azogue committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    b3c817f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c150234 View commit details
    Browse the repository at this point in the history
  7. Remove re-scheduling, as now is only used by binary_sensor

    so there is only one setup pass here, the initial one with:
    ```yaml
    binary_sensor:
    - platform: huesensor
      scan_interval: 2
    ```
    
    (To achieve 1Hz freq, ommit the `scan_interval` value)
    azogue committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    0fb7ad5 View commit details
    Browse the repository at this point in the history
  8. Simplify tests suite

    * No need for an integration test without remote,
      moving all to test_binary_sensor
    * Just 1 hass fixture with 2 bridges
    azogue committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    eead5fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82e8d3f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #239 from azogue/chore/fix-tests

    Fix tests and add warning note on README
    robmarkcole committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    7dc21bf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    282d158 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    31abdb6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25da73f View commit details
    Browse the repository at this point in the history