mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-05 10:49:42 +02:00
changed mqtt_device_name
This commit is contained in:
parent
d4d6939476
commit
3996bc2c03
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ const char* mqtt_topic_name =
|
||||||
const char* mqtt_object_id_prefix =
|
const char* mqtt_object_id_prefix =
|
||||||
"be_"; // Custom prefix for MQTT object ID. Previously, the prefix was automatically set to "esp32-XXXXXX_"
|
"be_"; // Custom prefix for MQTT object ID. Previously, the prefix was automatically set to "esp32-XXXXXX_"
|
||||||
const char* mqtt_device_name =
|
const char* mqtt_device_name =
|
||||||
"BatteryEmulator_esp32"; // Custom device name in Home Assistant. Previously, the name was automatically set to "BatteryEmulator_esp32-XXXXXX"
|
"Battery Emulator"; // Custom device name in Home Assistant. Previously, the name was automatically set to "BatteryEmulator_esp32-XXXXXX"
|
||||||
#endif // MQTT_MANUAL_TOPIC_OBJECT_NAME
|
#endif // MQTT_MANUAL_TOPIC_OBJECT_NAME
|
||||||
#endif // USE_MQTT
|
#endif // USE_MQTT
|
||||||
#endif // WIFI
|
#endif // WIFI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue