This PR makes the public_temperature_json_data and public_airquality_json_data config variables independent of each other so that it's possible to only load air quality data without temperature data or the other way around. So for instance if public_temperature_json_data is not specified in the config, no TemperatureSensor or HumiditySensor services will be exposed and no temperature data will be loaded.
Fixes #16 and fixes #15.
This PR makes the
public_temperature_json_data
andpublic_airquality_json_data
config variables independent of each other so that it's possible to only load air quality data without temperature data or the other way around. So for instance ifpublic_temperature_json_data
is not specified in the config, noTemperatureSensor
orHumiditySensor
services will be exposed and no temperature data will be loaded. Fixes #16 and fixes #15.