Skip to content

Commit

Permalink
Add missing helpers (home-assistant#21021)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and andrewsayre committed Feb 13, 2019
1 parent d1950cd commit 6bbc663
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 4 deletions.
175 changes: 172 additions & 3 deletions docs/source/api/helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ homeassistant.helpers package
Submodules
----------

homeassistant.helpers.aiohttp_client module
-------------------------------------------

.. automodule:: homeassistant.helpers.aiohttp_client
:members:
:undoc-members:
:show-inheritance:


homeassistant.helpers.area_registry module
------------------------------------------

.. automodule:: homeassistant.helpers.area_registry
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.condition module
--------------------------------------

Expand All @@ -12,6 +29,14 @@ homeassistant.helpers.condition module
:undoc-members:
:show-inheritance:

homeassistant.helpers.config_entry_flow module
----------------------------------------------

.. automodule:: homeassistant.helpers.config_entry_flow
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.config_validation module
----------------------------------------------

Expand All @@ -20,6 +45,30 @@ homeassistant.helpers.config_validation module
:undoc-members:
:show-inheritance:

homeassistant.helpers.data_entry_flow module
--------------------------------------------

.. automodule:: homeassistant.helpers.data_entry_flow
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.deprecation module
----------------------------------------

.. automodule:: homeassistant.helpers.depracation
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.device_registry module
--------------------------------------------

.. automodule:: homeassistant.helpers.device_registry
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.discovery module
--------------------------------------

Expand All @@ -28,6 +77,14 @@ homeassistant.helpers.discovery module
:undoc-members:
:show-inheritance:

homeassistant.helpers.dispatcher module
---------------------------------------

.. automodule:: homeassistant.helpers.dispatcher
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.entity module
-----------------------------------

Expand All @@ -44,6 +101,38 @@ homeassistant.helpers.entity_component module
:undoc-members:
:show-inheritance:

homeassistant.helpers.entity_platform module
--------------------------------------------

.. automodule:: homeassistant.helpers.entity_platform
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.entity_registry module
--------------------------------------------

.. automodule:: homeassistant.helpers.entity_registry
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.entity_values module
------------------------------------------

.. automodule:: homeassistant.helpers.entity_values
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.entityfilter module
-----------------------------------------

.. automodule:: homeassistant.helpers.entityfilter
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.event module
----------------------------------

Expand All @@ -52,10 +141,26 @@ homeassistant.helpers.event module
:undoc-members:
:show-inheritance:

homeassistant.helpers.event_decorators module
---------------------------------------------
homeassistant.helpers.icon module
---------------------------------

.. automodule:: homeassistant.helpers.icon
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.intent module
-----------------------------------

.. automodule:: homeassistant.helpers.event_decorators
.. automodule:: homeassistant.helpers.intent
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.json module
---------------------------------

.. automodule:: homeassistant.helpers.json
:members:
:undoc-members:
:show-inheritance:
Expand All @@ -68,6 +173,22 @@ homeassistant.helpers.location module
:undoc-members:
:show-inheritance:

homeassistant.helpers.logging module
------------------------------------

.. automodule:: homeassistant.helpers.logging
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.restore_state module
------------------------------------------

.. automodule:: homeassistant.helpers.restore_state
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.script module
-----------------------------------

Expand All @@ -84,6 +205,14 @@ homeassistant.helpers.service module
:undoc-members:
:show-inheritance:

homeassistant.helpers.signal module
-----------------------------------

.. automodule:: homeassistant.helpers.signal
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.state module
----------------------------------

Expand All @@ -92,6 +221,38 @@ homeassistant.helpers.state module
:undoc-members:
:show-inheritance:

homeassistant.helpers.storage module
------------------------------------

.. automodule:: homeassistant.helpers.storage
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.sun module
--------------------------------

.. automodule:: homeassistant.helpers.sun
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.system_info module
----------------------------------------

.. automodule:: homeassistant.helpers.system_info
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.temperature module
----------------------------------------

.. automodule:: homeassistant.helpers.temperature
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.template module
-------------------------------------

Expand All @@ -100,6 +261,14 @@ homeassistant.helpers.template module
:undoc-members:
:show-inheritance:

homeassistant.helpers.translation module
-----------------------------------------

.. automodule:: homeassistant.helpers.translation
:members:
:undoc-members:
:show-inheritance:

homeassistant.helpers.typing module
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Sphinx==1.8.3
Sphinx==1.8.4
sphinx-autodoc-typehints==1.6.0
sphinx-autodoc-annotation==1.0.post1

0 comments on commit 6bbc663

Please sign in to comment.