-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,117 changed files
with
76,266 additions
and
165,302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,7 @@ Thumbs.db | |
|
||
# Pycharm settings | ||
/.idea | ||
/.vs | ||
|
||
# VSCode settings | ||
.vscode/settings.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
sudo: false | ||
os: linux | ||
language: python | ||
|
||
matrix: | ||
jobs: | ||
include: | ||
- python: 3.4 | ||
- python: 3.5 | ||
dist: xenial | ||
- python: 3.6 | ||
dist: bionic | ||
- python: 3.7 | ||
dist: xenial | ||
|
||
dist: bionic | ||
env: | ||
- REPOSITORY_ORIGIN=plugins | ||
|
||
YARN_GPG=no | ||
before_install: | ||
- sudo apt-get install libudev-dev | ||
- sudo apt-get install librrd-dev libpython3-dev | ||
install: | ||
- pip install tox-travis "virtualenv<14.0.0" | ||
- pip install tox-travis virtualenv | ||
|
||
script: | ||
- sh .travis.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# SmartHomeNG plugins | ||
|
||
[![Build Status on TravisCI](https://travis-ci.org/smarthomeNG/plugins.svg?branch=develop)](https://travis-ci.org/smarthomeNG/plugins) | ||
[![Join the chat at https://gitter.im/smarthomeNG/smarthome](https://badges.gitter.im/smarthomeNG/smarthome.svg)](https://gitter.im/smarthomeNG/smarthome?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
Plugins for SmartHomeNG interconnect multiple devices to access their specific interfaces and extend the possibilities of the whole system. | ||
|
||
Developer documentation ([english](https://www.smarthomeNG.de/dev)) and user documentation ([german](https://www.smarthomeNG.de/user)) can be found on [www.smarthomeNG.de](https://www.smarthomeNG.de) | ||
|
||
Additional information / documentation can be found in the [SmartHomeNG Wiki](https://github.com/smarthomeNG/smarthome/wiki). | ||
The Wiki is written in german for the greatest part. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
def plugin_release(): | ||
return '1.6' | ||
return '1.7' | ||
|
||
|
||
def plugin_branch(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.