feat: implement simulation mode for DHT22 sensor and add dummy sensor for testing

This commit is contained in:
OMGeeky
2025-06-07 16:11:40 +02:00
parent f76c0c7bc4
commit acf4cc6dd5
7 changed files with 63 additions and 75 deletions

View File

@@ -27,6 +27,7 @@ def mqtt_config():
"publish_interval": 30,
"ssl": False,
"keepalive": 60,
"config_wait_time": 5.0,
"use_esp32_client": True,
}