Hapbridge Module ================ Hapbridge is a module that will allow you to control your home via Apple's HomeKit. application.yaml ---------------- Recommended configuration example: (with hapbridge configuration file being located at ``./hapbridge/config.yaml``) .. code-block:: YAML hapbridge: config: ./hapbridge/config.yaml Full configuration example: .. code-block:: YAML hapbridge: type: hapbridge config: ./hapbridge/config.yaml storage: ./hapbridge :config: Path to the hapbridge's configuration file relative to the `application.yaml` file. :storage: Path where runtime data should be stored relative to the storage directory. Default: ``./``