-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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.81 #17809
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
* Enable new registry rename for Insteon * Segment unique_id from name
test met met no 0.3.0 fix line length fix line length
* Add support for ElkM1 alarm/automation panel. * fix lines too long * Address PR comments * Fix hound ci errors * Changes for PR comments * Use vol.Range for checking range value * Address PR comments * Fix lint errors * Added elkm1-lib requirement * Update coverage to exclude elk * Fix flake8 errors * Fix flake8 error * Cleanup config parsing * Add housecode converter * fix PR comments * fix syntax error * Fix PR comment
* Add config entry for LIFX * Use list for dependencies * Obsolete the platform config * Use DOMAIN * Use async_create_task
* Add additional model name of the Xiaomi Aqara Button (WXKG11LM) * Add additional model name of the Xiaomi Aqara Wireless Switch (WXKG02LM, WXKG03LM) * Bump PyXiaomiGateway version
* Moved econet to water_heater * Wink and Econet are now in water heater! * Removed away mode from econet and added demo water heater * Added demo tests * Updated coveragerc * Fix lint issues. * updated requirements all * Requirements all actually updated. * Reset wink and econet and fixed service. * Reset wink and econet to the correct dev state * Reset requirements_all and .coveragerc and removed the new econet and wink water_heater files * Removed @bind_hass service methods * Actually reset the .coverage file * Fixed the tests * Addressed @MartinHjelmare's comments * Removed unused import * Switched to async_add_executor_job * Fixed lint * Removed is_on * Added celsius demo water heater and tests. * Removed metric import
* Daikin Climate - Better integration with Climate base component Made some modification in order to better integrate the Daikin AC Component with the base Climate Component. Benefits are: Support localization for Operation Mode Support for Homekit Integration (if the AC is turned On, now the status is updated in Homekit) * Build bug fixing * Bug fixing in Set Operation_Mode functionality Fixed to .title() functionality in matching the Operation_Mode * Fix useless code * Fix hound bug * Bug fixing Change in list of Operation Mode * Trailing white space fix * Compile fixing * Whitespace fix
* Fix potential MQTT discovery race condition * Rename data key
* Implement base for MQTT device registry integration * Lint * Lint * Address comments * Lint * Lint * Address comments * Only add keys if specified See #17136 (comment)
* Add additional supported states * Use get method for lookup * Return None if unable to get status
* Add support for HS color to mqtt light * Warn if hs state update is invalid
* Add device registry to MQTT cover * Fix tests
Add group foundation
* Add Elk light platform. * Add ElkM1 light code. Doh. * Fix PR comments. * Fix hound errors. * Fix PR comment. * Move state from base to class(s) where used
* Change set to update * Add 'add card' * Woof.
* Update HAP-python to 2.3.0 * Fix tests
…#17783) * fixes not showing current forecast correctly * Update config_flow.py * Update smhi.py * Update requirements_all.txt * Update requirements_test_all.txt
* Add test that tests unloading on remove * Add more test things * Untangle entity remove code from entity platform * Don't add default implementation of async_will_remove * Keep entity weakref alive
balloob
requested review from
amelchio,
bachya,
cdce8p,
Danielhiversen,
dgomes,
Kane610,
rytilahti,
scop,
syssi and
a team
as code owners
October 26, 2018 08:53
ghost
assigned balloob
Oct 26, 2018
ghost
added
the
in progress
label
Oct 26, 2018
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
New Features
Breaking Changes
lifx:
component configuration. Configuring LIFX via light platform config no longer works. (@amelchio - #17201) (lifx docs) (light.lifx docs) (breaking change)homeassistant.update_entity
service. (@balloob - #17276) (sensor.template docs) (breaking change)climate.*
towater_heater.*
(@w1ll1am23 - #17322) (water_heater docs) (breaking change)Beta Fixes
All changes