Skip to content
Snippets Groups Projects
  1. Dec 06, 2022
  2. Dec 05, 2022
  3. Dec 04, 2022
    • puddly's avatar
      Fix device end device removal error with new topology code (#1122) · 9fb06018
      puddly authored
      * Use global fixtures to reduce the amount of mocking
      
      * Fix use of old `device.neighbors` attribute
      
      * Further reduce number of mocks
      
      * Import `annotations` from `__future__`
      
      * Import `app` fixture from correct module
      
      * Do not mock `send_packet` twice
      
      * Unit test the case of an unknown neighbor device
      9fb06018
  4. Nov 30, 2022
  5. Nov 29, 2022
  6. Nov 28, 2022
    • puddly's avatar
      Remove ZHA `neighbors` compatibility object (#1113) · c049785c
      puddly authored
      * Remove ZHA `neighbors` compatibility object
      
      * Fix unit tests to stop using `neighbors`
      c049785c
    • puddly's avatar
      43ee982f
    • puddly's avatar
      Route table scanning (#1099) · 20cfc3a1
      puddly authored
      * [WIP] Scan routing tables in addition to neighbors
      
      * [WIP] Add some minor backwards compatibility for testing
      
      * Fixes
      
      * Do not initialize dblistener when new devices join
      
      * Reduce logging level for failed scans
      
      * Rename `Neighbor` shim class
      
      * Get existing unit tests passing (excluding topology)
      
      * Ignore `TYPE_CHECKING` lines in coverage
      
      * Fully unit test
      
      * Fix periodic starting/stopping and increase test coverage to 100%
      
      * Move topology into application initializer
      
      * Test with live ZHA instance
      20cfc3a1
  7. Nov 21, 2022
  8. Nov 20, 2022
  9. Nov 19, 2022
  10. Nov 16, 2022
  11. Nov 12, 2022
  12. Nov 11, 2022
Loading