-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
2022.12.2 #83778
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
balloob
commented
Dec 11, 2022
- Bump pyrisco to 0.5.7 (@maartenweyns - #83548) (risco docs)
- Bump pychromecast to 13.0.2 (@emontnemery - #83625) (cast docs)
- Fix fibaro climate unit (@rappenze - #83659) (fibaro docs)
- Fix event sensor for UniFi Protect (@AngellusMortis - #83663) (unifiprotect docs)
- Add missing CONF_SPEED to sensor device_trigger SCHEMA (@SukramJ - #83679) (sensor docs)
- Bump aioshelly to 5.1.1 (@thecode - #83680) (shelly docs)
- Fix delay setting up new Yale Access Bluetooth entries (@bdraco - #83683) (yalexs_ble docs)
- Fix loading of Fritz!Smarthome issues on older Fritz!Box (@mib1185 - #83688) (fritzbox docs)
- Bump androidtv dependency of androitv component (@chatziko - #83707) (androidtv docs)
- lifx: bump aiolifx_effects dependency to v0.3.1 (@Djelibeybi - #83730) (lifx docs)
- Fix IPv6 sensor is only loaded when Fritz!Box is in router mode (@mib1185 - #83757) (fritz docs)
- Fix scan_interval in Scrape (@gjohansson-ST - #83758) (scrape docs)
* Bump pychromecast to 13.0.2 * Pass hass UUID to HomeAssistantController
* Fix event sensor for UniFi Protect * Linting * Adds no cover * Clean up check * Linting
* Update device_trigger.py * add missing CONF_IS_SPEED to device_condition
Entries took a while to setup because of the async_wait_init_flow_finish call in _async_setup_component The delay was so long that users thought the integration was broken We had a wait in place for advertisements to arrive during discovery in case the lock was not yet seen. Since integration discovery is deferred until after startup this wait it no longer needed
* check if templates are available * add test
Fixes #83719 Signed-off-by: Avi Miller <[email protected]> Signed-off-by: Avi Miller <[email protected]>
do not check ipv6 when device is not a router
Scrape fix scan_interval
8 tasks
bdraco
approved these changes
Dec 11, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cla-signed
core
has-tests
merging-to-master
This PR is merging into the master branch and should probably change the branch to `dev`.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.