mirror of
https://github.com/nekorevend/esphome-emporia-vue-utility.git
synced 2026-01-08 20:40:39 -07:00
Add MGM info to dump_config().
This commit is contained in:
@@ -156,7 +156,10 @@ void EmporiaVueUtility::loop() {
|
||||
}
|
||||
|
||||
void EmporiaVueUtility::dump_config() {
|
||||
ESP_LOGCONFIG(TAG, "Emporia Vue Utility config dump WIP");
|
||||
ESP_LOGCONFIG(TAG, "Emporia Vue Utility Connect");
|
||||
ESP_LOGCONFIG(TAG, " MGM Firmware Version: %d", this->mgm_firmware_ver);
|
||||
ESP_LOGCONFIG(TAG, " MGM MAC Address: %s", this->mgm_mac_address);
|
||||
ESP_LOGCONFIG(TAG, " MGM Install Code: %s (secret)", this->mgm_install_code);
|
||||
}
|
||||
} // namespace emporia_vue_utility
|
||||
} // namespace esphome
|
||||
Reference in New Issue
Block a user