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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user