2018-06-23 01:00:43 +02:00
|
|
|
Platypush
|
|
|
|
#########
|
|
|
|
|
2023-11-01 03:11:19 +01:00
|
|
|
Description
|
|
|
|
===========
|
2018-07-09 22:56:05 +02:00
|
|
|
|
2023-11-01 03:11:19 +01:00
|
|
|
This is the main documentation hub for Platypush. It includes both the wiki and
|
|
|
|
the complete reference of the available integrations.
|
2018-07-09 22:56:05 +02:00
|
|
|
|
2023-11-01 03:11:19 +01:00
|
|
|
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.
|
2018-07-16 22:55:24 +02:00
|
|
|
|
2023-11-01 03:11:19 +01:00
|
|
|
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.
|
2024-05-25 23:17:12 +02:00
|
|
|
* The `source code <https://git.platypush.tech/platypush/platypush>`_.
|
|
|
|
* The `blog <https://blog.platypush.tech>`_.
|
2023-11-01 03:11:19 +01:00
|
|
|
|
|
|
|
Wiki
|
|
|
|
====
|
2018-07-09 22:56:05 +02:00
|
|
|
|
2023-10-21 22:54:49 +02:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 3
|
|
|
|
|
2024-05-25 23:23:15 +02:00
|
|
|
wiki/Home
|
2024-05-25 23:17:12 +02:00
|
|
|
wiki/Quickstart
|
2023-10-21 22:54:49 +02:00
|
|
|
wiki/Installation
|
2024-05-25 23:17:12 +02:00
|
|
|
wiki/Plugins-installation
|
|
|
|
wiki/APIs
|
|
|
|
wiki/Variables
|
|
|
|
wiki/Entities
|
2023-10-21 22:54:49 +02:00
|
|
|
wiki/Configuration
|
2024-05-25 23:17:12 +02:00
|
|
|
wiki/A-full-configuration-example
|
2024-01-08 22:35:57 +01:00
|
|
|
wiki/The-Web-interface
|
2023-11-01 03:11:19 +01:00
|
|
|
|
|
|
|
Reference
|
|
|
|
=========
|
2023-10-21 22:54:49 +02:00
|
|
|
|
2018-06-23 01:00:43 +02:00
|
|
|
.. toctree::
|
2022-09-30 11:47:19 +02:00
|
|
|
:maxdepth: 2
|
2018-06-23 01:00:43 +02:00
|
|
|
|
2018-06-26 00:16:39 +02:00
|
|
|
backends
|
2018-06-23 01:00:43 +02:00
|
|
|
plugins
|
2018-07-09 22:37:54 +02:00
|
|
|
events
|
2018-06-23 01:00:43 +02:00
|
|
|
|
|
|
|
Indices and tables
|
|
|
|
==================
|
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`modindex`
|
|
|
|
* :ref:`search`
|