Skip to content
Snippets Groups Projects
Commit 167f3ea6 authored by jkerdreu's avatar jkerdreu
Browse files

Added some docs


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3203 b32b6428-25c9-4566-ad07-03861ab6144f
parent 892219ee
No related branches found
No related tags found
No related merge requests found
xAAL ESPHome Gateway
====================
xaal.esphome
============
This package provides a simple way to integrate ESPHome devices with xAAL.
Usage
-----
.. code:: shell
python -m xaal.esphome
# or
xaal-pkgrun esphome
- support Switch, Lamp and Contact right now
- more support still to come.
......@@ -3,10 +3,14 @@ name = "xaal.esphome"
version = "0.1"
description = "xAAL gateway for for ESPHome devices"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
license = { text = "GPL License" }
classifiers = [
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
]
keywords = ["xaal", "esphome"]
dependencies = ["xaal.lib", "aioesphomeapi"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment