mirror of
https://github.com/esphome/esphome.git
synced 2026-02-21 08:55:36 -07:00
Drop deprecated entity property base methods (#4539)
This commit is contained in:
@@ -80,14 +80,6 @@ class BinarySensor : public EntityBase {
|
||||
|
||||
virtual bool is_status_binary_sensor() const;
|
||||
|
||||
// ========== OVERRIDE METHODS ==========
|
||||
// (You'll only need this when creating your own custom binary sensor)
|
||||
/** Override this to set the default device class.
|
||||
*
|
||||
* @deprecated This method is deprecated, set the property during config validation instead. (2022.1)
|
||||
*/
|
||||
virtual std::string device_class();
|
||||
|
||||
protected:
|
||||
CallbackManager<void(bool)> state_callback_{};
|
||||
optional<std::string> device_class_{}; ///< Stores the override of the device class
|
||||
|
||||
Reference in New Issue
Block a user