Release: 2.1.2#62
Merged
Merged
Conversation
This PR resolves deprecation issue reported via #28 Thanks to @WhiteSockedDancer for reporting!
This PR fixes issues (resulting in Home Assistant system log errors) with empty device discovery messages.
This PR adds check for empty MQTT message that can result in Home Assistant errors.
This PR removes requirement for the MQTT integration that is causing issue for users using only local api, without any MQTT broker running. Previously added as part of #1
This PR fixes issues related to adding new LocalAPI only HASS.Agent device.
…lready added (#43) This PR fixes issue where devices would be discovered more than once, even though the unique id (serial number) did not change.
This PR "fixes" - dirty patch - error where removing device would cause Home Assistant error regarding Notify platform. In addition fixes debug log message failing due to invalid parameter.
This PR updated workflow files for hassfest and HACS verify GH actions.
Updated manifest to be ordered as hassfest requires.
This PR fixes issue where renaming device would cause the media player entity not to be updated in Home Assistant. Combined with additional change in 2.2.0 version of HASS.Agent should ensure the media player works properly. Potentially related issues (to be verified after this PR is published in one of the beta versions of the integration): Bug: Can't get notifications or mediaplayer to work. Something wrong after reinstall with device id logic #34 Bug: Media Playera is Unavailable after device rename #27 Note: the media player entity ID in Home Assistant will remain the same, this means that history and configured card/dashboards will not require modification. The notify service calls WILL need to be updated though.
Version change + LA02Research reference removal.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixed config flow deprecation issue (thanks to @WhiteSockedDancer for reporting) Fix: removed config_entry assignment #30
Fixed empty MQTT device messages causing Home Assitant errors Fix: add handling of empty MQTT messages #31
Fixed empty MQTT media player messages causing Home Assitant errors Fix: added empty message check to media player logic #32
Removed MQTT integration requirement that caused issues for users using LocalAPI only Fix: removed requirement for MQTT integration #41
Fixed LocalAPI device discovery flow issues preventing device from being added https://github.com/hass-agent/HASS.Agent-Integration/pull/42/files
Fixed devices appearing as discovered even though they were already added via MQTT discovery Fix: duplicate devices / device appearing as discovered even though already added #43
Fixed notify platform error in the logs when device is removed Fix: device removal/notify unloading error #44
Fixed media player not working after HASS.Agent device is renamed Fix: media player not working after device rename #51
Fixed media players of devices without original device name assigned (thanks to @Anto79-ops for reporting) Fix: handling of devices' media player without original name #53
Fixed notification service not working properly for devices without original name assigned (thanks to @domy86 for reporting) Fix: notification service for local API connection not working due to original name introduction #60
Small "hassfest" and HACS cleanup actions Feature: hassfest and HACS verify update #45
Manifest has been ordered as required by "hassfest" Fix: manifest order #46
Updated the license note to remove LAB02Research reference Release: 2.1.2 beta1 #52