Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelkordek committed Jan 26, 2019
1 parent 740358d commit 1e3af17
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
32 changes: 31 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,31 @@
# homebridge-harman-kardon-avr
# homebridge-harman-kardon-avr
This is a plugin for the DS18B20 temperature sensors.

Installation
--------------------
sudo npm install -g https://github.com/marcelkordek/homebridge-harman-kardon-avr

Sample HomeBridge Configuration
--------------------
{
"bridge": {
"name": "Homebridge",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "123-45-678"
},

"description": "",

"accessories": [
{
"accessory": "Harman Kardon AVR",
"name": "AVR",
"description": "Harman Kardon AVR",
"manufacturer": "Harman Kardon",
"model_name": "AVR 161",
"ip": "xx.x.x.xx",
"port": "10025"
}
]
}
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@
"bugs": {
"url": "https://github.com/marcelkordek/homebridge-harman-kardon-avr/issues"
},
"homepage": "https://github.com/marcelkordek/homebridge-harman-kardon-avr#readme"
"homepage": "https://github.com/marcelkordek/homebridge-harman-kardon-avr#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit 1e3af17

Please sign in to comment.