mirror of
https://github.com/esphome/esphome.git
synced 2025-09-08 14:22:21 +01:00
Cleanup deprecated EntityBase::hash_base() (#3525)
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
This commit is contained in:
@@ -107,8 +107,6 @@ class Switch : public EntityBase {
|
||||
*/
|
||||
virtual void write_state(bool state) = 0;
|
||||
|
||||
uint32_t hash_base() override;
|
||||
|
||||
CallbackManager<void(bool)> state_callback_{};
|
||||
bool inverted_{false};
|
||||
Deduplicator<bool> publish_dedup_;
|
||||
|
Reference in New Issue
Block a user