-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
0.73 #15330
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
* Remove load power attribute for channel USB * Fix format
* Add experimental UI * Add test * Lint
Current version only supports latitude and longitude or an address for the origin and destination fields. This update allows those fields to use entity IDs of device_tracker, zone, and sensor.
* Update http.py * Update http.py * fix tests * Update test_http.py
I'm using both the UPS and PostNL package trackers. I'd like to have the unit of measure to be the same, now they appear in two different graphs in the history view. If we prefer ```package(s)``` over ```package``` then I'll do a PR for [this line](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/sensor/ups.py#L81)
* Expose Wemo component availability to home assistant * Do not add availability feature to dimmer - it works differently * Brain fade, deleted completely the wrong thing. Revert "Do not add availability feature to dimmer - it works differently" This reverts commit f64e717. * (2nd attempt) Do not add availability feature to dimmer - it works differently
* Improve volume support for Vizio Smartcast * Vizio: avoid an error when 'self._device.get_current_volume()' returns 'None' * Improve volume support for Vizio Smartcast * Vizio: avoid an error when 'self._device.get_current_volume()' returns 'None' * First line should end with a period
* Fix linode I/O in state property * Move update of all attrs to update
* Bugfix empty entity lists * Add tests * Update test_entity_platform.py * Update entity_platform.py
* Show running apps as sources for Fire TV * Fix unnecessary 'else' after 'return' (no-else-return) * Remove 'pylint: disable=unused-argument' * cleanup
* Force to use access_token if hass.auth.active * Not allow Basic auth with api_password if hass.auth.active * Block websocket api_password auth when hass.auth.active * Add legacy_api_password auth provider * lint * lint
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
pi_hole
sensor is now limited toads_blocked_today
by default and will no longer show all available data. Usemonitored_conditions
to list the sensors you want. (@fabaff - #15014) (sensor.pi_hole docs) (breaking change)packages
to align with UPS (@keesschollaart81 - #15023) (sensor.postnl docs) (breaking change)use_x_forwarded_for
will need to explicitly whitelist their proxy/proxies using the newtrusted_proxies
setting. (@colinodell - #15204) (emulated_hue docs) (http docs) (breaking change)hs_color
/rgb_color
andcolor_temp
simultaneously. (@amelchio - #15234) (light.lifx docs) (breaking change) (beta fix)Beta Fixes
All changes