remove remaining presence detection code

This commit is contained in:
technyon
2024-07-10 16:32:54 +02:00
parent 181455596c
commit cad5ec6d48
3 changed files with 10 additions and 0 deletions

View File

@@ -55,7 +55,9 @@ void NukiNetworkLock::initialize()
_preferences->putString(preference_mqtt_lock_path, _mqttPath);
}
#if PRESENCE_DETECTION_ENABLED
_network->setMqttPresencePath(_mqttPath);
#endif
_haEnabled = _preferences->getString(preference_mqtt_hass_discovery) != "";