mirror of
https://github.com/esphome/esphome.git
synced 2025-08-09 11:57:46 +00:00
cleanup
This commit is contained in:
parent
a3eeb46961
commit
89703a1aef
@ -22,11 +22,6 @@ namespace api {
|
||||
return this->client_->send_##entity_type##_state(entity); \
|
||||
}
|
||||
|
||||
// Combined macro that generates both handlers
|
||||
#define ENTITY_HANDLERS(entity_type, EntityClass, ResponseType) \
|
||||
LIST_ENTITIES_HANDLER(entity_type, EntityClass, ResponseType) \
|
||||
INITIAL_STATE_HANDLER(entity_type, EntityClass)
|
||||
|
||||
} // namespace api
|
||||
} // namespace esphome
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user