diff --git a/components/ratgdo/cover/ratgdo_cover.cpp b/components/ratgdo/cover/ratgdo_cover.cpp index ae55e8e..0240c27 100644 --- a/components/ratgdo/cover/ratgdo_cover.cpp +++ b/components/ratgdo/cover/ratgdo_cover.cpp @@ -62,7 +62,7 @@ namespace ratgdo { traits.set_supports_position(true); return traits; } - + void RATGDOCover::control(const CoverCall& call) { if (call.get_stop()) { diff --git a/components/ratgdo/light/ratgdo_light_output.cpp b/components/ratgdo/light/ratgdo_light_output.cpp index 4bd9b85..976997b 100644 --- a/components/ratgdo/light/ratgdo_light_output.cpp +++ b/components/ratgdo/light/ratgdo_light_output.cpp @@ -28,7 +28,7 @@ namespace ratgdo { set_state(state); } } - + void RATGDOLightOutput::set_state(esphome::ratgdo::LightState state) { diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 3ecd51b..b0d7e38 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -25,7 +25,6 @@ extern "C" { #include "ratgdo_state.h" - namespace esphome { namespace ratgdo { @@ -165,8 +164,7 @@ namespace ratgdo { void set_rolling_code_counter(uint32_t code); void save_rolling_code_counter(); - - // door + // door void door_command(uint32_t data); void toggle_door(); void open_door();