mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add Universal Powerline Bus (#34692)
* Initial version. * Tests. * Refactored tests. * Update requirements_all * Increase test coverage. Catch exception. * Update .coveragerc * Fix lint msg. * Tweak test (more to force CI build). * Update based on PR comments. * Change unique_id to use stable string. * Add Universal Powerline Bus "link" support. * Fix missed call. * Revert botched merge. * Update homeassistant/components/upb/light.py Co-authored-by: J. Nick Koston <nick@koston.org> * Three changes. Update service schema to require one of brightness/brightness_pct. Fix bug in setting brightness to zero. Replace async_update_status and replace with async_update. Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
@@ -141,6 +141,7 @@ FLOWS = [
|
||||
"twentemilieu",
|
||||
"twilio",
|
||||
"unifi",
|
||||
"upb",
|
||||
"upnp",
|
||||
"velbus",
|
||||
"vera",
|
||||
|
||||
Reference in New Issue
Block a user