nixos/home-assistant: update bluetooth components

Changed files
+6
nixos
modules
services
home-automation
+6
nixos/modules/services/home-automation/home-assistant.nix
···
componentsUsingBluetooth = [
# Components that require the AF_BLUETOOTH address family
"august"
+
"august_ble"
+
"airthings_ble"
"bluemaestro"
"bluetooth"
"bluetooth_le_tracker"
···
"govee_ble"
"homekit_controller"
"inkbird"
+
"keymitt_ble"
"led_ble"
"melnor"
"moat"
+
"oralb"
"qingping"
"sensorpro"
"sensorpush"
+
"snooz"
"switchbot"
"thermobeacon"
"thermopro"
+
"tilt_ble"
"xiaomi_ble"
"yalexs_ble"
];