1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 05:12:21 +01:00

fix: correct namespace spelling for DynamicLamp to ensure proper functionality

This commit is contained in:
Oliver Kleinecke
2025-02-15 15:21:07 +01:00
parent 60c270476f
commit 7d7c844dda

View File

@@ -5,7 +5,7 @@
#include "esphome/components/output/float_output.h"
namespace esphome {
namespace dnamic_lamp {
namespace dynamic_lamp {
class DynamicLamp : public output::FloatOutput, public Parented<DynamicLampComponent> {
public: