forked from platypush/platypush
60 lines
1.3 KiB
ReStructuredText
60 lines
1.3 KiB
ReStructuredText
Platypush
|
|
#########
|
|
|
|
Description
|
|
===========
|
|
|
|
This is the main documentation hub for Platypush. It includes both the wiki and
|
|
the complete reference of the available integrations.
|
|
|
|
Platypush is a general-purpose automation framework that can be used to cover
|
|
all the cases where you'd use a home automation hub, a media center, a smart
|
|
assistant, some IFTTT recipes, and a variety of other products and services.
|
|
|
|
It draws inspiration from the following projects, and it aims to cover all of
|
|
their use-cases:
|
|
|
|
* `Home Assistant <https://www.home-assistant.io/>`_
|
|
* `Homebridge <https://homebridge.io/>`_
|
|
* `OpenHAB <https://www.openhab.org/>`_
|
|
* `IFTTT <https://ifttt.com/>`_
|
|
* `Tasker <https://tasker.joaoapps.com/>`_
|
|
|
|
Useful links
|
|
============
|
|
|
|
* The `main page <https://platypush.tech>`_ of the project.
|
|
* The `Gitea page <https://git.platypush.tech/platypush/platypush>`_.
|
|
* The `blog <https://blog.platypush.tech>`_, for articles showing how to use
|
|
Platypush in real-world scenarios.
|
|
|
|
Wiki
|
|
====
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
wiki/index
|
|
wiki/Installation
|
|
wiki/Configuration
|
|
wiki/Installing-extensions
|
|
wiki/A-configuration-example
|
|
wiki/The-Web-interface
|
|
|
|
Reference
|
|
=========
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
backends
|
|
plugins
|
|
events
|
|
responses
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|