Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/home-assistant/core.git. Pull mirroring updated .
  1. Feb 24, 2025
  2. Feb 23, 2025
  3. Feb 20, 2025
  4. Feb 18, 2025
  5. Feb 06, 2025
  6. Jan 29, 2025
    • Andrew Sayre's avatar
      Enable strict typing for HEOS (#136797) · a135b4bb
      Andrew Sayre authored
      Unverified
      a135b4bb
    • tronikos's avatar
      Add Google Drive integration for backup (#134576) · a2b5a96b
      tronikos authored
      
      * Add Google Drive integration for backup
      
      * Add test_config_flow
      
      * Stop using aiogoogle
      
      * address a few comments
      
      * Check folder exists in setup
      
      * fix test
      
      * address comments
      
      * fix
      
      * fix
      
      * Use ChunkAsyncStreamIterator in helpers
      
      * repair-issues: todo
      
      * Remove check if folder exists in the reatuh flow. This is done in setup.
      
      * single_config_entry": true
      
      * Add test_init.py
      
      * Store into backups.json to avoid 124 bytes per property limit
      
      * Address comments
      
      * autouse=True on setup_credentials
      
      * Store metadata in description and remove backups.json
      
      * improvements
      
      * timeout downloads
      
      * library
      
      * fixes
      
      * strings
      
      * review
      
      * ruff
      
      * fix test
      
      * Set unique_id
      
      * Use slugify in homeassistant.util
      
      * Fix
      
      * Remove RefreshError
      
      * review
      
      * push more fields to the test constant
      
      ---------
      
      Co-authored-by: default avatarJoostlek <joostlek@outlook.com>
      Unverified
      a2b5a96b
  7. Jan 28, 2025
  8. Jan 27, 2025
  9. Jan 24, 2025
  10. Jan 23, 2025
  11. Jan 18, 2025
  12. Jan 13, 2025
  13. Jan 08, 2025
  14. Jan 06, 2025
  15. Jan 03, 2025
  16. Jan 02, 2025
  17. Dec 28, 2024
  18. Dec 20, 2024
  19. Dec 18, 2024
  20. Dec 15, 2024
  21. Dec 13, 2024
  22. Dec 12, 2024
  23. Dec 09, 2024
  24. Dec 03, 2024
  25. Nov 28, 2024
  26. Nov 26, 2024
  27. Nov 22, 2024
  28. Nov 08, 2024
    • G Johansson's avatar
      Add Nord Pool integration (#129983) · 1f32e02b
      G Johansson authored
      Unverified
      1f32e02b
    • nasWebio's avatar
      Add NASweb integration (#98118) · ed1366f4
      nasWebio authored
      * Add NASweb integration
      
      * Fix DeviceInfo import
      
      * Remove commented out code
      
      * Change class name for uniquness
      
      * Drop CoordinatorEntity inheritance
      
      * Rename class Output to more descriptive: RelaySwitch
      
      * Update required webio-api version
      
      * Implement on-the-fly addition/removal of entities
      
      * Set coordinator name matching device name
      
      * Set entities with too old status as unavailable
      
      * Drop Optional in favor of modern typing
      
      * Fix spelling of a variable
      
      * Rename commons to more fitting name: helper
      
      * Remove redundant code
      
      * Let unload fail when there is no coordinator
      
      * Fix bad docstring
      
      * Rename cord to coordinator for clarity
      
      * Remove default value for pop and let it raise exception
      
      * Drop workaround and use get_url from helper.network
      
      * Use webhook to send data from device
      
      * Deinitialize coordinator when no longer needed
      
      * Use Python formattable string
      
      * Use dataclass to store integration data in hass.data
      
      * Raise ConfigEntryNotReady when appropriate
      
      * Refactor NASwebData class
      
      * Move RelaySwitch to switch.py
      
      * Fix ConfigFlow tests
      
      * Create issues when entry fails to load
      
      * Respond when correctly received status update
      
      * Depend on webhook instead of http
      
      * Create issue when status is not received during entry set up
      
      * Make issue_id unique across integration entries
      
      * Remove unnecessary initializations
      
      * Inherit CoordinatorEntity to avoid code duplication
      
      * Optimize property access via assignment in __init__
      
      * Use preexisting mechanism to fill schema with user input
      
      * Fix translation strings
      
      * Handle unavailable or unreachable internal url
      
      * Implement custom coordinator for push driven data updates
      
      * Move module-specific constants to respective modules
      
      * Fix requirements_all.txt
      
      * Fix CODEOWNERS file
      
      * Raise ConfigEntryError instead of issue creation
      
      * Fix entity registry import
      
      * Use HassKey as key in hass.data
      
      * Use typed ConfigEntry
      
      * Store runtime data in config entry
      
      * Rewrite to be more Pythonic
      
      * Move add/remove of switch entities to switch.py
      
      * Skip unnecessary check
      
      * Remove unnecessary type hints
      
      * Remove unnecessary nonlocal
      
      * Use a more descriptive docstring
      
      * Add docstrings to NASwebCoordinator
      
      * Fix formatting
      
      * Use correct return type
      
      * Fix tests to align with changed code
      
      * Remove commented code
      
      * Use serial number as config entry id
      
      * Catch AbortFlow exception
      
      * Update tests to check ConfigEntry Unique ID
      
      * Remove unnecessary form abort
      Unverified
      ed1366f4
  29. Oct 31, 2024
  30. Oct 30, 2024
  31. Oct 29, 2024
  32. Oct 25, 2024
  33. Oct 20, 2024
  34. Oct 16, 2024
Loading