-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
0.48 #8269
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
Closed
Closed
0.48 #8269
Conversation
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
* Use standard entity_ids for zwave entities * Include temporary opt-in for new entity ids * Update link to blog post * Update tests * Add old entity_id as state attribute * Expose ZWave value details * Update tests * Also show new_entity_id * Just can't win with this one
* Cleanup of warnings by quantifiedcode * Fix lint * Fix test * Delete insteon_hub component * Also update .coveragerc
Vera devices are reporting battery levels as a sting by appending a percentage sign (%) on the end. To make the Vera component act like other Home Assistant components, let's remove the percentage sign from the battery report levels so that we only display the battery level. This may be a "breaking change" if people are relying on the Vera battery levels to be a string instead of an int. However, this will make the battery level reports compatible with everything else.
This will allow for dynamically updating weather states, for instance if you wanted to use the latitude and longitude of a phone or other device to get the weather for your current location.
* Add initial support for Shiftr.io * Fix lint issue * Use paho-mqtt instead of internal MQTT object * remove async flavor while paho is not async
…ing errors (#8046) * Add option to set language of openweathermap sensor messages * handle error updating openweathermap sensor
* Bugfix entity attribute setter * Fix tests * Fix tests part 2 * Change filter only None * Fix tests part 3 * Update entity.py * Fix tests
* Added 'all_plants' group and support for plant groups state. * Reversed the group states.
* Fix EntityComponent handle entities without a name * Implement solution by Anders
…tter accommodate login failures with wrapper in pyunifi 2.13. (#7899) * Pyunifi update * Update pyunifi_test * Import API Error * Adjust test_unifi.py to import APIError * Remove urllib import * Remove urllib import from test * Try fix mock * Remove automations.yaml * Lint
* mpd: add shuffle and clear_playlist support * mpd: implement seek
…RPC API methods (#8047) * handle TransportError exceptions when calling JSONRPC API * use double quotes for log messages; show TransportErrors as in async_ws_connect * fix spaces around keyword / parameter * fix logging message * review changes
* make port mapping optional * dependencies + improvements * Added bytes and packets sensors from IGD * flake8 check * new sensor with upnp counters * checks * whitespaces in blank line * requirements update * added sensor.upnp to .coveragerc * downgrade miniupnpc Latest version of miniupnpc is 2.0, but pypi only has 1.9 Fortunately it is enough * revert to non async miniupnpc will do network calls, so this component can’t be moved to coroutine * hof hof forgot to remove import ot asyncio
* add knx cover also corrected bugs in device config 1. overwriting of addresses in KNXMultiAddressDevice 2. setting and getting int values 3. added percentage scaling * Update __init__.py
* add percentage (DPT_Scaling) KNX sensors 1. moved basic functionality to KNXSensorBaseClass instead of KNXSensorFloatClass 2. added "if" clause in setup for a "percentage" sensor type and added KNXSensorDPTScalingClass * support-knx-percentage-sensor: lint correction Updated convert method base sensor class to avoid lint warning (R201 - Method could be a function) * added PLATFORM_SCHEMA for configuration 1. added SCHEMA extension for defined keywords 2. moved fixed data for internal settings out of sensor logic 3. moved everything into standard KNXSensor object 4. added parsing of extra config parameters in __init__ * correct lint errors on support-knx-percentage-sensor
* Fix homeassistant.start trigger * ooops * set sleep(0) just before changing to running state, revert async_block_till_done changes
* Do not call update() in constructor * Move handling to update and re-add throttle * Fix indent * Fix interval
* Added invert flag for position for actuators that uses 100% for fully closed position * Implementation of tilt functionality * Bugfix check tilt * Formatting * Formatting fixes * Formatting * Bugfix set_tilt * Minor modifications in configuration section * Formatting * Update knx.py
* Comfoconnect fan component. * Fix linter. Don't store hass object when not needed. * More code style. * Rebase to dev and add to coverage ignore list. * Use published package from pypi.
Add an optional extended description…
added documentation to *attempt* explanation that add_node_secure will also function for adding unsecure nodes.
* Implement templates for covers * Fix a few remaining pylint warnings * Fix hound line-length warnings * Fix one more hound line-length warning * Fix quadruple-quotes an line length code-quality issues * Irrelevant change to retrigger travis due to timeout * Use volutuous Exclusive to check for mutex condition * Fix incorrect state check
branch name is wrong, shouldn't have a |
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.
No description provided.