Add log level configuration and improve logging in MQTT client

This commit is contained in:
Edgar P. Burkhart 2025-03-09 11:54:33 +01:00
parent be2381429f
commit cbb6c71f09
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
3 changed files with 44 additions and 12 deletions

View file

@ -2,3 +2,5 @@ host ="homeassistant.local"
port = 1883
username = "hasspy"
password = "password"
log_level = "INFO"