Conversation
* expose the condition code on condition sensors * 💄 * like thisss duh * add test for condition_code * It’s a string
* Catch exception for KeyError * Use get and added test
* Update locationsharinglib to 1.2.1 and add accuracy. * Change indents to match HA style
* bump gogogate2 version * Update - requirements_all
When an OpenWrt device monitored via ubus is offline, this causes the log to be flooded with several exceptions. Avoid this by catching requests.exceptions.ConnectionError in addition to requests.exceptions.Timeout. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Show a notification when a config entry is discovered * update comment * Inline functions * Lint
* Handle HomeKit configuration failure more cleanly Add support for handling cases where HomeKit configuration fails, and give the user more information about what to do. * Don't consume the exception for a homekit.UnknownError If we get an UnknownError then we should alert the user but also still generate the backtrace so there's actually something for them to file in a bug report.
* Use forward entry setup with light platform * Move sensor to forward entry setup * Use forward entry setup with binary sensors * Use forward entry setup with scene platform * Remove import of unused functionality * Move deconz setup in to setup entry Create initial negative tests for setup entry * Fix hound comment * Improved tests * Add test for scene platform * Add test for binary sensor platform * Add test for light platform * Add test for light platform * Add test for sensor platform * Fix hound comment * More asserts on sensor types
* Order the output of the automation editor * Lint
* Bump locationsharinglib to 1.2.2 * Bump locationsharinglib to 1.2.2
* domain expiry * domain expiry * domain expiry * scan interval * change host to domain
* Enable weather condition for all forecasts (OWM) * Remove entity_picture from BR * Remove summary texts from Dark Sky * Update test_darksky.py
* Recode to async version of homematicip-rest-api * Remove blank line * Cleanup of access point status class * Fix to loong line * Fix import errors * Bugfix missing wait the _retry_task for sleep command * Update comment * Updates after review * Small updates of logging and property name * Fix DOMAIN and revert back to lowercase snakecase strings * Fix intention and tripple double quotes * Fix travis build * Remove unnecessary state attributes * Fix optional name in configuration * Further reduction of state attributes
* Updated pyhomematic to 0.1.42 * Updated pyhomematic to 0.1.42
* WIP: Add update_file service to local_file camera * Add event on update * Update local_file.py * Update services.yaml * Fix indent * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update local_file.py * Update test_local_file.py * Update local_file.py * Adds file_path to device_state_attributes * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update test_local_file.py * Update local_file.py * Update test_local_file.py * fixed test_update_file_path * Update local_file.py * Update test_local_file.py * Update test_local_file.py * Update services.yaml * Update local_file.py * Update local_file.py * Update test_local_file.py * Update local_file.py
This fixes missing light, humidity, temperature sensors from abode component.
* Add debounce to move_cover * Fix spelling mistake
* Fix module names for custom components * Also set __package__ correctly * bla * Remove print
* Revert custom component loading logic * Lint * Fix tests * Guard for infinite inserts into sys.path
This issue was fixed in hbmqtt/issues#95 that was released in hbmqtt 0.9.2
* Ignore NaN values for influxdb * Catch TypeError
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
New Platforms
Breaking Changes
primary_allergen_genus,primary_allergen_nameandprimary_allergen_typeto be suffixed with_1(@bachya - #14018) (sensor.pollen docs) (breaking change)media_player.sonosattributeis_coordinatorhas been removed; the new attributesonos_group(listing all group members, coordinator first) can be used instead. (@amelchio - #13553) (media_player.sonos docs) (breaking change)nameis optional and cannot be empty. Remove of state attributes for sensors. Remove of additional sensor to show state of all found components (@mxworm - #13468) (homematicip_cloud docs) (sensor.homematicip_cloud docs) (breaking change)luxhas been replaced withlxfor consistency. That covers the following sensor platforms: homematic, isy994, miflora, mysensors, tahoma, vera and template sensors. To add light sensors for the HomeKit component the device_class changed to illuminance. (@cdce8p - #14282) (sensor docs) (breaking change)Beta Fixes
All changes