Skip to content

Commit

Permalink
version bump to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TedTolboom committed Dec 17, 2017
1 parent 496fa96 commit 356319b
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 2 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Ted Tolboom

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Steinel Z-wave

Adds support for Steinel SmartHome products
Adds support for Steinel Smart Home Z-wave devices made by [Steinel](https://www.steinel.de/en/smart-home/)

## Links:
[Steinel app Athom apps](https://apps.athom.com/app/de.Steinel)
[Steinel Github repository](https://github.com/TedTolboom/de.Steinel)

**Note:** This app is using [HomeyConfig composer](https://www.npmjs.com/package/node-homey-config-composer).
Please file Pull Requests on the *development* branch of this repository and with respect to the refactored files in _/drivers_ and _/config_ folders.

## Supported devices
* IS 140-2 Z-wave motion detector
* L 180 LED iHF Z-wave Outdoor light
* XLED home 2 Z-wave Floodlight
* RS LED D2 Z-wave Indoor light

## Supported Languages:
* English

## Feedback:
Any requests please post them in the [Steinel app topic on the Athom Forum](https://forum.athom.com/discussion/3834/) or contact me on [Slack](https://athomcommunity.slack.com/team/tedtolboom)

## Change Log:
### v 0.0.1
* Initial release for testing
10 changes: 9 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@
"en": "Adds support for Steinel SmartHome products"
},
"category": "lights",
"version": "0.0.0",
"version": "0.0.1",
"compatibility": ">=1.5.0",
"author": {
"name": "Ted Tolboom",
"email": "[email protected]"
},
"contributing": {
"donate": {
"paypal": {
"username": "TedTolboom",
"currency": "EUR"
}
}
},
"images": {
"large": "/assets/images/large.png",
"small": "/assets/images/small.png"
Expand Down

0 comments on commit 356319b

Please sign in to comment.