Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023.4.3 #91316

Merged
merged 22 commits into from
Apr 13, 2023
Merged

2023.4.3 #91316

merged 22 commits into from
Apr 13, 2023

Commits on Apr 13, 2023

  1. Fix configuring Flo instances (#90990)

    * Update config_flow.py
    
    Used constant string for consistency
    
    * Update config_flow.py
    
    Removed code for location ID and name the integration using the username
    
    * Update manifest.json
    
    Updated codeowners
    
    * Update config_flow.py
    
    * Update config_flow.py
    
    Formatted with black
    
    * Update manifest.json
    
    Updated codeowners
    
    * Update test_config_flow.py
    
    Updated test
    amattas authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    fa29aea View commit details
    Browse the repository at this point in the history
  2. Fall back to polling if webhook cannot be registered on Nuki (#91013)

    fix(nuki): throw warning if webhook cannot be created
    pree authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    34394d9 View commit details
    Browse the repository at this point in the history
  3. Track availability of source sensor in utility meter (#91035)

    * track availability of source sensor
    
    * address review comments
    dgomes authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2d41fe8 View commit details
    Browse the repository at this point in the history
  4. Bump aiopyarr to 23.4.0 (#91110)

    tkdrob authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3f6486d View commit details
    Browse the repository at this point in the history
  5. Bump env_canada to 0.5.32 (#91126)

    michaeldavie authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    4cd00da View commit details
    Browse the repository at this point in the history
  6. Relax calendar event validation to allow existing zero duration events (

    #91129)
    
    Relax event valudation to allow existing zero duration events
    allenporter authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    dc777f7 View commit details
    Browse the repository at this point in the history
  7. Bump ulid-transform to 0.6.3 (#91133)

    * Bump ulid-transform to 0.6.2
    
    changelog: bdraco/ulid-transform@v0.6.0...v0.6.2
    
    32bit fixes
    
    fixes #91092
    
    * 0.6.3
    bdraco authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    3efffe7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2db8d70 View commit details
    Browse the repository at this point in the history
  9. Reolink config flow fix custom port when USE_HTTPS not selected (#91137)

    give USE_HTTPS a default
    starkillerOG authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    30d615f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c601266 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    48df638 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a87c78c View commit details
    Browse the repository at this point in the history
  13. Bump pytile to 2023.04.0 (#91191)

    bachya authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    a806e07 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    68920a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8eb75be View commit details
    Browse the repository at this point in the history
  16. Fix switch_as_x name (#91232)

    emontnemery authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d6574b4 View commit details
    Browse the repository at this point in the history
  17. Update Inovelli Blue Series switch support in ZHA (#91254)

    Co-authored-by: David F. Mulcahey <david.mulcahey@icloud.com>
    2 people authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    fd53eda View commit details
    Browse the repository at this point in the history
  18. Bump ZHA dependencies (#91291)

    puddly authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    64a9bfc View commit details
    Browse the repository at this point in the history
  19. Restore use of local timezone for MariaDB/MySQL in SQL integration (#…

    …91313)
    
    * Use local timezone for recorder connection
    
    The fix in #90335 had an unexpected side effect of
    using UTC for the timezone since all recorder operations
    use UTC. Since only sqlite much use the database executor
    we can use a seperate connection pool which uses local time
    
    This also ensures that the engines are disposed of
    when Home Assistant is shutdown as previously we
    did not cleanly disconnect
    
    * coverage
    
    * fix unclean shutdown in config flow
    
    * tweaks
    bdraco authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    a420007 View commit details
    Browse the repository at this point in the history
  20. Bumped version to 2023.4.3

    balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e9f1148 View commit details
    Browse the repository at this point in the history
  21. Google Assistant SDK: Fix broadcast command for Portuguese (#91293)

    Fix broadcast command for pt
    tronikos authored and balloob committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    c073cee View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bbf2d0e View commit details
    Browse the repository at this point in the history