mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
Update gp8211_output.cpp
This commit is contained in:
parent
e8e8097e8c
commit
e8c9529337
1 changed files with 2 additions and 4 deletions
|
@ -8,9 +8,7 @@ static const char *const TAG = "gp8211.output";
|
|||
|
||||
static const uint8_t OUTPUT_REGISTER = 0x02;
|
||||
|
||||
void GP8211Output::dump_config() {
|
||||
ESP_LOGCONFIG(TAG, "GP8211 Output:");
|
||||
}
|
||||
void GP8211Output::dump_config() { ESP_LOGCONFIG(TAG, "GP8211 Output:"); }
|
||||
|
||||
void GP8211Output::write_state(float state) {
|
||||
ESP_LOGD(TAG, "Original brightness state received from Light component: %.5f", state);
|
||||
|
|
Loading…
Reference in a new issue