-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
2024.1.3 #107883
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
* Add diagnostics to A. O. Smith integration * Bump py-aosmith to 1.0.4 * remove redactions from test fixture
* bug: prevent invalid key when empty invereter arrays is returned. Some envoy fw versions return an empty inverter array every 4 hours when no production is taking place. Prevent collection failure due to this as other data seems fine. Inveretrs will show unknown during this cycle. * refactor: replace try/catch with test and make warning debug * Update homeassistant/components/enphase_envoy/sensor.py * Update homeassistant/components/enphase_envoy/sensor.py --------- Co-authored-by: Joost Lekkerkerker <[email protected]>
…106848) * Prevent toggle from calling stop on covers which do not support it * Update homeassistant/components/cover/__init__.py --------- Co-authored-by: Erik Montnemery <[email protected]>
Co-authored-by: Franck Nijhof <[email protected]> Co-authored-by: Joost Lekkerkerker <[email protected]>
* Add support for the Spotify DJ playlist by mocking the playlist response Add error handling for playlist lookup to ensure it doesn't break current playback state loading * Run linters Add exception type to playlist lookup error handling * Fix typo in comment Co-authored-by: Joost Lekkerkerker <[email protected]> --------- Co-authored-by: Joost Lekkerkerker <[email protected]>
* initial commit * doctweak * remove hint * doctweak
* Handle OSError during setup for System Monitor * Clean string copy * debug --------- Co-authored-by: Martin Hjelmare <[email protected]>
faster initial data for attributes
Luftdaten: fix sensor id string
zm-py version bump for zoneminder Signed-off-by: Nic Boet <[email protected]>
* zoneminder setup retry connection Makes ZM setup be async for enabling connection retry attempts This also requires zm-py version bump v0.5.4 as that dependency was patched in conjunction to resolve this issue Closes #105271 Signed-off-by: Nic Boet <[email protected]> * ruff format Signed-off-by: Nic Boet <[email protected]> * ruff fixes Signed-off-by: Nic Boet <[email protected]> * RequestsConnectionError Signed-off-by: Nic Boet <[email protected]> * revert async changes Signed-off-by: Nic Boet <[email protected]> --------- Signed-off-by: Nic Boet <[email protected]>
bump blinkpy 0.22.5
* Bump mcstatus to 11.1.0 * Bump mcstatus to v11.1.1
* Add unique home ID device dispatch * Adding fixture for new setup * Minor refactor work * Add check for unlinked to different homes * If the interface returns an error * Proper error handling * Feedback fixes * Comments for error in client * Typo * Update homeassistant/components/tado/__init__.py Co-authored-by: Martin Hjelmare <[email protected]> * Update homeassistant/components/tado/__init__.py Co-authored-by: Martin Hjelmare <[email protected]> * Update devices fix standard * Dispatch out of loop * Update dispatcher * Clean up --------- Co-authored-by: Martin Hjelmare <[email protected]>
* Prevent overriding cached attribute as property * Remove debug
107655: Set max and min temp for flexit_bacnet climate entity
* Fix duplicated resource issue * Only slug the argument
…sted targetSetpoint (#107673)
* Redact sensitive data in alexa debug logging * Add wrappers to diagnostics module * Test http api log is redacted
frenck
requested review from
rytilahti,
michaelarnauts,
gjohansson-ST,
thecode,
fabaff,
joostlek,
balloob,
bieniu,
chemelli74,
starkillerOG,
emontnemery,
jbouwh,
farmio,
marvin-w,
zxdavb,
cgarwood,
dgomes and
ochlocracy
as code owners
January 12, 2024 15:15
home-assistant
bot
added
cla-signed
core
merging-to-master
This PR is merging into the RC branch and should probably change the branch to `dev`.
labels
Jan 12, 2024
joostlek
approved these changes
Jan 12, 2024
jbouwh
approved these changes
Jan 12, 2024
jpbede
approved these changes
Jan 12, 2024
bieniu
approved these changes
Jan 12, 2024
gjohansson-ST
approved these changes
Jan 12, 2024
MartinHjelmare
approved these changes
Jan 12, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
cla-signed
core
merging-to-master
This PR is merging into the RC 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.
device_class
type for Shelly Gen1 sleeping sensors (@bieniu - #107683) (shelly docs)Documentation PR: home-assistant/home-assistant.io#30806