mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-13 08:03:32 +02:00
Add version argument to ESPDEPRECATED macro (#2116)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
namespace esphome {
|
||||
namespace light {
|
||||
|
||||
using ESPColor ESPDEPRECATED("esphome::light::ESPColor is deprecated, use esphome::Color instead.") = Color;
|
||||
using ESPColor ESPDEPRECATED("esphome::light::ESPColor is deprecated, use esphome::Color instead.", "v1.21") = Color;
|
||||
|
||||
class AddressableLight : public LightOutput, public Component {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user