* 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>
24 lines
1020 B
JSON
24 lines
1020 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to UPB PIM",
|
|
"description": "Connect a Universal Powerline Bus Powerline Interface Module (UPB PIM). The address string must be in the form 'address[:port]' for 'tcp'. The port is optional and defaults to 2101. Example: '192.168.1.42'. For the serial protocol, the address must be in the form 'tty[:baud]'. The baud is optional and defaults to 4800. Example: '/dev/ttyS1'.",
|
|
"data": {
|
|
"protocol": "Protocol",
|
|
"address": "Address (see description above)",
|
|
"file_path": "Path and name of the UPStart UPB export file."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect to UPB PIM, please try again.",
|
|
"invalid_upb_file": "Missing or invalid UPB UPStart export file, check the name and path of the file.",
|
|
"unknown": "Unexpected error."
|
|
},
|
|
"abort": {
|
|
"address_already_configured": "An UPB PIM with this address is already configured."
|
|
}
|
|
}
|
|
}
|