-
-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add files which were should have been commited with the last commit
- Loading branch information
Showing
4 changed files
with
86 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Ceil | ||
==== | ||
|
||
.. todo:: | ||
Pull requests for documentation are welcome! | ||
|
||
|
||
See :ref:`miceil --help <miceil_help>` for usage. | ||
|
||
.. _miceil_help: | ||
|
||
|
||
`miceil --help` | ||
~~~~~~~~~~~~~~~ | ||
|
||
.. click:: miio.ceil_cli:cli | ||
:prog: miceil | ||
:show-nested: |
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,17 @@ | ||
Philips Eyecare | ||
=============== | ||
|
||
.. todo:: | ||
Pull requests for documentation are welcome! | ||
|
||
|
||
See :ref:`mieye --help <mieye_help>` for usage. | ||
|
||
.. _mieye_help: | ||
|
||
`mieye --help` | ||
~~~~~~~~~~~~~~~ | ||
|
||
.. click:: miio.philips_eyecare_cli:cli | ||
:prog: mieye | ||
:show-nested: |
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,34 @@ | ||
Contributing | ||
************ | ||
|
||
Contributions of any sort are very welcome, | ||
here is some information to get you started. | ||
|
||
Adding support for new devices | ||
------------------------------ | ||
|
||
The `miio javascript library <https://github.com/aholstenson/miio>`__ | ||
contains some hints on devices which could be supported, however, the | ||
Xiaomi Smart Home gateway (`Home Assistant | ||
component <https://github.com/lazcad/homeassistant>`__ already work in | ||
progress) as well as Yeelight bulbs are currently not in the scope of | ||
this project. | ||
|
||
.. TODO:: | ||
Add instructions how to extract protocol from network captures | ||
|
||
Adding tests | ||
------------ | ||
|
||
.. TODO:: | ||
Describe how to create tests. | ||
This part of documentation needs your help! | ||
Please consider submitting a pull request to update this. | ||
|
||
Documentation | ||
------------- | ||
|
||
.. TODO:: | ||
Describe how to write documentation. | ||
This part of documentation needs your help! | ||
Please consider submitting a pull request to update this. |
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,17 @@ | ||
Plug | ||
==== | ||
|
||
.. todo:: | ||
Pull requests for documentation are welcome! | ||
|
||
|
||
See :ref:`miplug --help <miplug_help>` for usage. | ||
|
||
.. _miplug_help: | ||
|
||
`miplug --help` | ||
~~~~~~~~~~~~~~~ | ||
|
||
.. click:: miio.plug_cli:cli | ||
:prog: miplug | ||
:show-nested: |