Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
docs: corrected readme and config.schema plugn notes to reflect switch
Browse files Browse the repository at this point in the history
  • Loading branch information
apexad committed Dec 9, 2020
1 parent 3087e09 commit d2e41d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![npm](https://badgen.net/npm/dt/homebridge-airport-express-playing)](https://www.npmjs.com/package/homebridge-airport-express-playing)
[![donate](https://badgen.net/badge/donate/paypal/91BE09)](https://www.paypal.me/apexadm)

[Homebridge](https://github.com/homebridge/homebridge) plugin that creates a smart speaker accessory that shows playing/paused for airport express devices. Also creates a switch that can be used to trigger home automations.
[Homebridge](https://github.com/homebridge/homebridge) plugin that creates a smart speaker accessory that shows playing/paused for airport express devices and has optional switch that can be used to trigger home automations.

## Configuration
This easiest way to use this plugin is to use [homebridge-config-ui-x](https://www.npmjs.com/package/homebridge-config-ui-x).
Expand Down
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"pluginAlias": "AirportExpressPlaying",
"pluginType": "platform",
"singular": true,
"headerDisplay": "There is no configuration needed for this plugin, it will auto-detect any Airport Express devices and create accessories for them.",
"headerDisplay": "This plugin will automatically detect any Airport Express devices on your network.",
"schema": {
"type": "object",
"properties": {
Expand Down

0 comments on commit d2e41d4

Please sign in to comment.