mirror of
https://github.com/esphome/esphome.git
synced 2025-11-09 19:08:44 +00:00
Remove redundant name from binary_sensor constructor (#3213)
This commit is contained in:
@@ -26,11 +26,6 @@ namespace binary_sensor {
|
||||
class BinarySensor : public EntityBase {
|
||||
public:
|
||||
explicit BinarySensor();
|
||||
/** Construct a binary sensor with the specified name
|
||||
*
|
||||
* @param name Name of this binary sensor.
|
||||
*/
|
||||
explicit BinarySensor(const std::string &name);
|
||||
|
||||
/** Add a callback to be notified of state changes.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user