-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
paho.mqtt
should also be added to the mock modules
- Loading branch information
1 parent
1e2ffc1
commit ed2a56d
Showing
3 changed files
with
29 additions
and
27 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 |
---|---|---|
|
@@ -10,7 +10,6 @@ Platypush | |
|
||
<!-- toc --> | ||
|
||
- [Useful links](#useful-links) | ||
- [Introduction](#introduction) | ||
+ [What it can do](#what-it-can-do) | ||
- [Installation](#installation) | ||
|
@@ -46,34 +45,11 @@ Platypush | |
+ [PWA support](#pwa-support) | ||
- [Mobile app](#mobile-app) | ||
- [Tests](#tests) | ||
- [Useful links](#useful-links) | ||
- [Funding](#funding) | ||
|
||
<!-- tocstop --> | ||
|
||
## Useful links | ||
- Recommended read: [**Getting started with Platypush**](https://blog.platypush.tech/article/Ultimate-self-hosted-automation-with-Platypush). | ||
|
||
- The [blog](https://blog.platypush.tech) is a good place to get more insights | ||
and inspiration on what you can build. | ||
|
||
- The [wiki](https://git.platypush.tech/platypush/platypush/wiki) also | ||
contains many resources on getting started. | ||
|
||
- Extensive documentation for all the available integrations and messages [is | ||
available](https://docs.platypush.tech/). | ||
|
||
- If you have issues/feature requests/enhancements please [create an | ||
issue](https://git.platypush.tech/platypush/platypush/issues). | ||
|
||
- A [Matrix instance](https://matrix.to/#/#platypush:matrix.platypush.tech) is | ||
available if you are looking for interactive support. | ||
|
||
- An IRC channel is also available at `#[email protected]:6697` (SSL | ||
only). | ||
|
||
- A [Lemmy instance](https://lemmy.platypush.tech/c/platypush) is available for | ||
general questions. | ||
|
||
## Introduction | ||
|
||
Platypush is a general-purpose extensible platform for automation across | ||
|
@@ -812,6 +788,30 @@ of Platypush to your fingertips. | |
To run the tests simply run `pytest` either from the project root folder or the | ||
`tests/` folder. | ||
|
||
## Useful links | ||
- Recommended read: [**Getting started with Platypush**](https://blog.platypush.tech/article/Ultimate-self-hosted-automation-with-Platypush). | ||
|
||
- The [blog](https://blog.platypush.tech) is a good place to get more insights | ||
and inspiration on what you can build. | ||
|
||
- The [wiki](https://git.platypush.tech/platypush/platypush/wiki) also | ||
contains many resources on getting started. | ||
|
||
- Extensive documentation for all the available integrations and messages [is | ||
available](https://docs.platypush.tech/). | ||
|
||
- If you have issues/feature requests/enhancements please [create an | ||
issue](https://git.platypush.tech/platypush/platypush/issues). | ||
|
||
- A [Matrix instance](https://matrix.to/#/#platypush:matrix.platypush.tech) is | ||
available if you are looking for interactive support. | ||
|
||
- An IRC channel is also available at `#[email protected]:6697` (SSL | ||
only). | ||
|
||
- A [Lemmy instance](https://lemmy.platypush.tech/c/platypush) is available for | ||
general questions. | ||
|
||
--- | ||
|
||
## Funding | ||
|
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
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 |
---|---|---|
|
@@ -69,6 +69,7 @@ | |
"oauth2client", | ||
"omxplayer", | ||
"openzwave", | ||
"paho.mqtt", | ||
"pandas", | ||
"paramiko", | ||
"picamera", | ||
|