mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 16:18:41 +00:00
[api] Add comment tying max_data_length = 120 to NAME_MAX_LENGTH
This commit is contained in:
@@ -308,6 +308,9 @@ enum EntityCategory {
|
||||
ENTITY_CATEGORY_DIAGNOSTIC = 2;
|
||||
}
|
||||
|
||||
// Entity name/object_id max_data_length = 120 matches NAME_MAX_LENGTH
|
||||
// in esphome/config_validation.py (validated at config time).
|
||||
|
||||
// ==================== BINARY SENSOR ====================
|
||||
message ListEntitiesBinarySensorResponse {
|
||||
option (id) = 12;
|
||||
|
||||
Reference in New Issue
Block a user