v1.14.0: Entity Type Inference from NAME Attribute
Entity type inference from NAME attribute in data pages.
Entities without descriptors (hidden settings like VIDITELNOSTPRIKONU) now get their type correctly inferred from the NAME attribute in the XML data pages.
VIDITELNOSTPRIKONU has NAME __R68247.0_BOOL_i - now correctly appears as binary_sensor instead of generic sensor.
Type mapping: _BOOL_i to binary_sensor, REAL to numeric sensor, _INT_d to numeric sensor, _USINT_u/_UDINT_u to numeric sensor, _STRING to string sensor, DT to datetime sensor.
Changes: parse_xml_entities stores data_type and internal_name from NAME attribute. Coordinator falls back to parsed entity_type when no descriptor found. 154 tests pass, 0 failures.