1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-08 14:22:21 +01:00

refactor: rename dynamic_lamp namespace to dynamic_lamp_component for consistency

This commit is contained in:
Oliver Kleinecke
2025-02-15 20:16:38 +01:00
parent 41a0749060
commit 6a3672ba79
4 changed files with 7 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
#include <cinttypes>
namespace esphome {
namespace dynamic_lamp {
namespace dynamic_lamp_component {
static const char *TAG = "dynamic_lamp";
@@ -237,5 +237,5 @@ void DynamicLampComponent::restore_lamp_values_(uint8_t lamp_number) {
this->active_lamps_[lamp_number].active = false;
}
} // namespace dynamic_lamp
} // namespace dynamic_lamp_component
} // namespace esphome