Package Exports
- homebridge-temperature-humidity-async
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (homebridge-temperature-humidity-async) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
homebridge-temperature-humidity-async
Async handling of temperature and humidity sensors for HomeBridge.
Installation
- Install homebridge:
npm install -g homebridge
- Install homebridge-temperature-humidity-async:
npm install --global homebridge-temperature-humidity-async
- Update your configuration file.
Configuration
See sample-config.json
:
{
"accessory": "TemperatureHumidityAsyncSensor",
"name": "Office",
"port": 8554,
"senderId": 1424479,
"offsets": {
"temperature": 2.5,
"humidity": 0.0
}
}