|
4 | 4 | [![docker pulls][badge_docker]][link_docker] |
5 | 5 | [![Support me on Github][badge_sponsor]][link_sponsor] |
6 | 6 | [![github issues][badge_issues]][link_issues] |
7 | | -[](https://travis-ci.org/svrooij/sonos2mqtt) |
| 7 | +[![Run build and publish][badge_build]][link_build] |
8 | 8 | [](https://github.com/mqtt-smarthome/mqtt-smarthome) |
9 | 9 | [](https://github.com/semantic-release/semantic-release) |
10 | 10 |
|
@@ -118,6 +118,8 @@ Options: |
118 | 118 | [boolean] |
119 | 119 | --discoveryprefix The prefix for the discovery messages |
120 | 120 | [default: "homeassistant"] |
| 121 | + --friendlynames Use device name or uuid in topics (except the united topic, |
| 122 | + always uuid) [choices: "name", "uuid"] |
121 | 123 | --version Show version number [boolean] |
122 | 124 | ``` |
123 | 125 |
|
@@ -469,6 +471,9 @@ The latest version of this bridge is inspired on [hue2mqtt.js](https://github.co |
469 | 471 | [badge_sponsor]: https://img.shields.io/badge/Sponsor-on%20Github-red |
470 | 472 | [badge_issues]: https://img.shields.io/github/issues/svrooij/sonos2mqtt |
471 | 473 | [badge_docker]: https://img.shields.io/docker/pulls/svrooij/sonos2mqtt |
| 474 | +[badge_build]: https://github.com/svrooij/sonos2mqtt/workflows/Run%20tests%20and%20publish/badge.svg |
| 475 | + |
472 | 476 | [link_sponsor]: https://github.com/sponsors/svrooij |
473 | 477 | [link_issues]: https://github.com/svrooij/sonos2mqtt/issues |
| 478 | +[link_build]: https://github.com/svrooij/sonos2mqtt/actions |
474 | 479 | [link_docker]: https://hub.docker.com/r/svrooij/sonos2mqtt |
0 commit comments