ha_xiaomi_home/custom_components/xiaomi_home
Mümin Köykıran 165ab556c8 feat: add Turkish device translations to multi_lang.json
Added comprehensive Turkish (tr) translations for all 13 MIoT device specifications
in multi_lang.json to complete Turkish language support.

Changes:
- Added Turkish translations for all device properties, services, events, and actions
- Covers 13 device types: bath-heater, electronic-valve, fan, gateway, lock,
  plant-monitor, switch, thermostat, and vacuum
- Used proper Turkish characters (ç, ğ, ı, ö, ş, ü, İ)
- Maintained technical term consistency (Gateway→Ağ Geçidi, WiFi, IP, etc.)
- Followed formal Turkish (siz form) for professional user experience

Technical details:
- 135 lines added to multi_lang.json
- Turkish translations placed alphabetically after Russian (ru)
- JSON syntax validated successfully
- All translations follow same structure as existing languages (de, en, es, fr, ja, ru, zh-Hans, zh-Hant)

This completes the Turkish language support started in #1468, enabling Turkish-speaking
users to see device names and properties in their native language.

Users will need to update conversion rules via Integration CONFIGURE page in
Home Assistant for translations to take effect.
2026-01-04 00:16:56 +03:00
..
miot feat: add Turkish device translations to multi_lang.json 2026-01-04 00:16:56 +03:00
translations perf: cloud mqtt broker host constant value (#1530) 2025-12-04 12:19:21 +08:00
__init__.py feat: custom defined MIoT-Spec-V2 instance (#953) 2025-04-05 11:37:17 +08:00
binary_sensor.py fix: contact-state value format (#1387) 2025-08-29 17:36:25 +08:00
button.py feat: first commit 2024-12-10 17:36:32 +08:00
climate.py Fix specs (#1496) 2025-11-11 08:56:33 +08:00
config_flow.py perf: cloud mqtt broker host constant value (#1530) 2025-12-04 12:19:21 +08:00
cover.py feat: cover dead zone width (#1301) 2025-07-30 15:13:04 +08:00
device_tracker.py feat: add the watch as the device tracker entity (#1189) 2025-07-09 14:14:27 +08:00
event.py fix: MIoT-Spec-V2 conflicts of xiaomi.fan.p5 and mike.bhf_light.2 (#866) 2025-03-12 15:22:03 +08:00
fan.py feat: add wifi speaker and television as the media player entity (#706) 2025-07-09 14:02:22 +08:00
humidifier.py fix: the humidifier property (#1035) 2025-04-28 09:35:47 +08:00
light.py docs: update changelog and version to v0.2.1 (#848) 2025-03-07 14:20:17 +08:00
manifest.json docs: update changelog and version to v0.4.6 (#1565) 2025-12-18 09:37:27 +08:00
media_player.py fix: playing state of media player entity (#1552) 2025-12-16 08:28:16 +08:00
notify.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
number.py feat: avoid setting icon when device_class is defined (#855) 2025-03-12 15:17:02 +08:00
select.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
sensor.py feat: format value, then evaluate by expression, and set precision at last (#1516) 2025-11-25 09:31:40 +08:00
switch.py feat: first commit 2024-12-10 17:36:32 +08:00
text.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
vacuum.py feat: remove VacuumEntityFeature.BATTERY from the vacuum entity (#1433) 2025-10-10 16:31:02 +08:00
water_heater.py fix: set the device on when the switch status is False or None (#1303) 2025-07-30 15:15:28 +08:00