mirror of
https://github.com/esphome/esphome.git
synced 2026-02-25 21:43:14 -07:00
Deprecate virtual methods to set entity properties (#3021)
This commit is contained in:
@@ -75,6 +75,7 @@ class BinarySensor : public EntityBase {
|
||||
// ========== OVERRIDE METHODS ==========
|
||||
// (You'll only need this when creating your own custom binary sensor)
|
||||
/// Get the default device class for this sensor, or empty string for no default.
|
||||
ESPDEPRECATED("device_class() is deprecated, set property during config validation instead.", "2022.01")
|
||||
virtual std::string device_class();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user