Remove redundant name from binary_sensor constructor (#3213)

This commit is contained in:
Jesse Hills
2022-02-17 16:56:44 +13:00
committed by GitHub
parent c123804294
commit ffa19426d7
3 changed files with 2 additions and 9 deletions

View File

@@ -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.
*