Skip to content

Commit 0a86236

Browse files
author
Stephan van Rooij
committed
docs: Changes to documentation
- Removed Travis references
1 parent 4487394 commit 0a86236

File tree

2 files changed

+6
-25
lines changed

2 files changed

+6
-25
lines changed

.travis.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![docker pulls][badge_docker]][link_docker]
55
[![Support me on Github][badge_sponsor]][link_sponsor]
66
[![github issues][badge_issues]][link_issues]
7-
[![travis](https://img.shields.io/travis/svrooij/sonos2mqtt.svg?style=flat-square)](https://travis-ci.org/svrooij/sonos2mqtt)
7+
[![Run build and publish][badge_build]][link_build]
88
[![mqtt-smarthome](https://img.shields.io/badge/mqtt-smarthome-blue.svg?style=flat-square)](https://github.com/mqtt-smarthome/mqtt-smarthome)
99
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
1010

@@ -118,6 +118,8 @@ Options:
118118
[boolean]
119119
--discoveryprefix The prefix for the discovery messages
120120
[default: "homeassistant"]
121+
--friendlynames Use device name or uuid in topics (except the united topic,
122+
always uuid) [choices: "name", "uuid"]
121123
--version Show version number [boolean]
122124
```
123125

@@ -469,6 +471,9 @@ The latest version of this bridge is inspired on [hue2mqtt.js](https://github.co
469471
[badge_sponsor]: https://img.shields.io/badge/Sponsor-on%20Github-red
470472
[badge_issues]: https://img.shields.io/github/issues/svrooij/sonos2mqtt
471473
[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+
472476
[link_sponsor]: https://github.com/sponsors/svrooij
473477
[link_issues]: https://github.com/svrooij/sonos2mqtt/issues
478+
[link_build]: https://github.com/svrooij/sonos2mqtt/actions
474479
[link_docker]: https://hub.docker.com/r/svrooij/sonos2mqtt

0 commit comments

Comments
 (0)