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)

hapbridge:
    config: ./hapbridge/config.yaml

Full configuration example:

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: ./<module name>