Custom Adapter Example ===================== This example demonstrates how to create custom device adapters for SmartHomeHarmonizer. .. note:: This documentation is under development. See the example file for the current implementation. Example Code ----------- .. literalinclude:: ../../examples/custom_adapter.py :language: python :caption: Custom coffee maker adapter For more information, see the example file in the repository.